Update : scroll for part 2 ! Part 1 : evil eval trick Ok. So I load html in a sencha panel like this : Ext.Ajax.request({ url:’mypage.html’, success:function(response, options) { Ext.getCmp(‘myPanel’).update(response.responseText, true); }, failure:function(response, options) { // Redirect to success for status == 0 for local files if (response.responseText && response.status == 0) this.success(response, options); [...]
Execute js in html loaded page with sencha.
- January 19, 2012
- Leave a comment
Add on Google+ Like on Facebook Follow on Twitter