Page 1 of 1

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

Posted: Tue Mar 11, 2014 6:04 am
by manjusha ramakrishnan

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 render the corresponding set of widgets. Its kind of like a dynamic UI rendering so I was wondering if this could be achieved through appery.io?


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

Posted: Tue Mar 11, 2014 7:19 am
by Maryna Brodina

Hello! Yes, you can do that. You can see code which is generated by Appery.io on Source tab. You can also add custom code and use any jqm widget http://api.jquerymobile.com/1.3/categ...


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

Posted: Tue Mar 11, 2014 1:23 pm
by manjusha ramakrishnan

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.


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

Posted: Wed Mar 12, 2014 12:36 am
by Igor

Hi.

Unfortunately we don't have such example.

Appery is a web-like application which is automatically generates source code by editor.
You, can generate this code manually or automatically by your js logic using jquery mobile library.

Please read about it here: http://www.w3schools.com/jquerymobile/