Development view (and Web view):
I have an Editbox in a Canvas Section and I type in it "Bla bla bla" .
Then I click "Save Changes" button. So my text is saved into the table field (varchar) which is connected with the Editbox.
But if a have a button (maybe field1) with a click event function containing
lianja.get("page1.section1.field1").text="Bla bla bla";
then the text will be inserted (I see it!) into the Editbox but it will not be saved when I click "save" and the former text of the editbox appears.
What could be wrong?
asks Georg
Bookmarks