You can do that using components and Lianja.showDialogPage()
You can experiment with these in the console interactively.
See the doc:...
Type: Posts; User: barrymavin
You can do that using components and Lianja.showDialogPage()
You can experiment with these in the console interactively.
See the doc:...
Hi Olaf,
Yes you can use Lianja.openApp("your-app-name?args...") to dynamically load apps.
Try it from the console.
Read the doc on Lianja.get() and Lianja.showDocument() as they will allow...
See doc for Lianja.openApp() and Lianja.args.
In Lianja 6.3 you can pass arguments to Lianja.openApp(“appname?arg1=values1&arg2=value2…”) then in the ready delegate get the args from Lianja.args,...