Difference between revisions of "Tools and Extensibility"

From Lianjapedia
Jump to: navigation, search
(Created page with "''Under construction'' You can extend the Lianja App Builder with your own or third party supplied tools. The "Tools" menu in Lianja App Builder system MenuBar contains cust...")
 
Line 3: Line 3:
 
You can extend the Lianja App Builder with your own or third party supplied tools.
 
You can extend the Lianja App Builder with your own or third party supplied tools.
  
The "Tools" menu in Lianja App Builder system MenuBar contains custom tools that can extend Lianja's functionality.
+
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.
 
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.
 
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.

Revision as of 05:48, 23 December 2017

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.