Hi everyone,
I'm using canvases a lot in my app for the added flexibility they bring. In a desktop app, you can access (for example) the text in field1 of a canvas with
Code:
var myvar = Lianja.get("page1.section1.field1").text
In non-desktop apps this seems to fail. I've tried running that both client- and server-side to the same result. Running in the JavaScript console in the web app debugger
Code:
Lianja.get("page1.section1.field1").text
returns "".
This makes me think the feature isn't implemented in non-desktop apps? If not, is there a different way of doing it? I find this functionality really useful in a lot of ways, for example setting the default value of a textbox dynamically based on what the user entered on a previous page.
Bookmarks