iphone - help with adding an url href -


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.

< P> you try Can be found on the following pages: {{title: 'Tab 1',

  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