Subscribe to our RSS
How to Make Tabs Reload and Evaluate Scripts using Ext.JS

You can execute JavaScript code loaded via AJAX into a tab panel using Ext.JS, but it will evaluate only once (after content is loaded). Many times you need it to reload if the user re-selects the tab. The author of this Ext.JS tutorial explains how to make it execute each time the Ext.JS tab is activated.






