I'm confused about how I can add a link to the following code
onReady: work () {new extension. Tabpel ({fullscreen: true, type: 'dark', sorted: true, item: [title: 'tab1', html: '1', cls: 'card1'
To be able to load the URL directly, when I click on Tab 1. This code is from the Sincha Touch Template, I want the HTM to be able to load the part url when the tab is selected.
You can use the autoLoad config option
for this.
onReady: function () {new Ext.TabPanel ({fullscreen: true, type: 'dark', sortable: true, Auto Load: {url: youryrl, script: true, callback: function () {yourcallb ackfunction ();}}, see
for detailed documentation
Hope it helps.
Comments
Post a Comment