+ Reply to Thread
I'm trying to load HTML with some JavaScript code from a URL in a Panel. This should happen when the panel, which is inserted into a TabPanel, is clicked. To do this I'm using a listener in the Panel: listeners: { 'activate': { fn: function (p) { p.load({ url: link, params: { tab: 'true'}, script: true }); } } } The problem is that the JavaScript code is not interpreted. I thought it woud be by setting script to true ... Any ideas??? Thanks
scripts
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us