Hello,
I’ve created a mobi screen with a form with some parameters. Then when the form is submitted I need to call a remote page and display the results (ajax/jsonp) in another mobi screen that contains a list with a dynamic number of items.
I develope my form that when submitted opens the screen that will display the results and I insert ajax/jsonp call in my “_custom.js” in “phoneui.preSubmitForm” function. Then I write the callback that receive data and populate the list (I followed this example: http://www.genuitec.com/support-genuitec/viewtopic.php?f=14&t=1858&hilit=dynamic+list).
I see that I can configure form with call remote url with response data type (ajax/jsonp) but how can I show the screen with the results? Can I activate it from js?
Thanks in advanced