Search found 4 matches

Go to advanced search

by manjusha ramakrishnan
Tue Mar 11, 2014 1:23 pm
Forum: Issues
Topic: How to get the generated UI code in appery.io?
Replies: 3
Views: 390
 
Jump to post

How to get the generated UI code in appery.io?

Is there any sample where the entire page including the form and widgets are rendered dynamically using js? This would be of great help since I need to know how the order of execution is.

by manjusha ramakrishnan
Tue Mar 11, 2014 6:04 am
Forum: Issues
Topic: How to get the generated UI code in appery.io?
Replies: 3
Views: 390
 
Jump to post

How to get the generated UI code in appery.io?

Hi, I was wondering if there is some way I could get the generated code for the UI elements - both the form and the widgets. The app I am developing has multiple forms and instead of creating a static page per form, I plan to link the widgets to the forms and depending on the form chosen by the user...
by manjusha ramakrishnan
Thu Mar 06, 2014 7:45 am
Forum: Issues
Topic: Issue while appending text of a button to the text in a text box
Replies: 2
Views: 435
 
Jump to post

Issue while appending text of a button to the text in a text box

thanks a bunch nikita.. this worked just perfect.. :)

by manjusha ramakrishnan
Wed Mar 05, 2014 12:04 pm
Forum: Issues
Topic: Issue while appending text of a button to the text in a text box
Replies: 2
Views: 435
 
Jump to post

Issue while appending text of a button to the text in a text box

Hi. I am trying to append the text of a button to the existing text in a text box. To do this I used the "Run Javascript" action on the button click event. The code I added is as follows: Appery('mobiletextinput_50').val(Appery('mobiletextinput_50').val() + Appery('mobilebutton_26').text()...

Go to advanced search