Tools and Extensibility

From Lianjapedia
Revision as of 05:48, 23 December 2017 by Barrymavin (Talk | contribs)

Jump to: navigation, search

Under construction

You can extend the Lianja App Builder with your own or third party supplied tools.

The "Tools" menu in the Lianja App Builder system MenuBar contains custom tools that can extend Lianja's functionality.

There is an example tool called "google_charts_wizard" in the lianja\tools directory.

This particular extension is only a few lines of code and allows you to interactively build URL's that use Google charts which can be embedded into WebView sections. You can substitute data into the URL as you navigate data using { ... } macros and the charts will change dynamically.