Hybrid View
-
16 Mar 2007 5:35 PM #1
Ext.ContentPanel - create inactive
Ext.ContentPanel - create inactive
How to create new iactive contetn panel ?
After i add to region new ContentPanel - it make active and load content. I whant create all panels and than load contat on activate panel.
-
16 Mar 2007 5:49 PM #2
Not documented feateru -
Use background to load panel in backgrond mode =).Code:this.editPanel.add('center', new Ext.ContentPanel('productCard_' + dataCard.tabs[i].name,{ title : dataCard.tabs[i].title, autoCreate: true, closable : false, url: dataCard.tabs[i].url, loadOnce: true, background: true }));
Similar Threads
-
how to create element in dom
By humpdi in forum Ext 1.x: Help & DiscussionReplies: 7Last Post: 29 Mar 2007, 11:13 PM -
What's x-layout-inactive-content? (newbie question)
By benkooijman in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 14 Mar 2007, 10:37 AM -
DomHelper creating Panels to Layout but inactive
By young_matthewd in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 18 Nov 2006, 1:05 PM -
BasicDialog incompatible with ylayout-inactive-content?
By SteveEisner in forum Ext 1.x: BugsReplies: 5Last Post: 6 Nov 2006, 3:10 PM -
grid : Paging Toolbar button inactive
By yopiyop in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 18 Oct 2006, 7:25 AM



Reply With Quote