PDA

View Full Version : v1.1.3 enhancements coming soon



barrymavin
2014-05-19, 03:11
In v1.1.3 I have now added in the ability to have an "Initial UI state" and also an "Initial page" in the App settings.


I have also added in "Custom Actions" that are (JavaScript recommended) functions that are called to handle custom actions when buttons are clicked in the "Action bar" or you use Lianja.showDocument("page: pageid?action=save") etc.


The following actions can now all be handled in custom code so that you can call a (server-side) business procedure to handle it (e.g. in the case of you wanting to do app specific things when a page is edited). They are coded in the same way that you write custom delegates.


add
delete
refresh
first
previous
next
last
save
cancel


All I have to do is provide a function to get the JSON for a page (a new property of the page builder object) and you can then separate all the UI presentation to call server side business procs to perform whatever operations you desire.

tekhong
2014-05-19, 04:02
Hi Barry

Thanks for the new enhancements to an already very powerful product!

Lianja has definitely much more to offer than VFP9.

Thanks & Best Regards

HankFay
2014-05-19, 12:17
Fantastic! This allows a lot of flexibility for complex apps. Most of the time, not needed; but when needed, available. Great.