mhmda Posted December 7, 2014 Posted December 7, 2014 Hi, I have tried almost every combination but without success, how can I use 'ajaxRequest' I need the first param? Is this technique implemented in unitouch? In extjs I would use: ajaxRequest(MainForm.window, 'test1', [] ); In unitouch what is equal to 'MainForm.window'? Quote
Administrators Farshad Mohajeri Posted December 7, 2014 Administrators Posted December 7, 2014 function tap(sender, e, eOpts) { ajaxRequest(MainmForm.panel, ['myReq'], { param1:1, param2:2 }); } However, there is a bug that avoids unimForm from having client events. I will publish a build today to fix this. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.