Threaded View
-
24 Mar 2011 1:20 AM #1
Insert new item to a panel from 'outside'...
Insert new item to a panel from 'outside'...
Why does this not work?
I see the new Item in Firebug as second item in region 'east' (after 'center'), but it will not be rendered.Code:var cockpit = Ext.getCmp('cockpit'); // This is a Panel in a TabPanel var sidebar = Ext.create('Ext.panel.Panel',{ region: 'east', width: '200px', html: '<h1>TEST</h1>', collapsible: true }); cockpit.add(sidebar);
What am I doing wrong?
Similar Threads
-
How do you insert an item into a store?
By profunctional in forum Sencha Touch 1.x: DiscussionReplies: 3Last Post: 22 Oct 2010, 12:28 PM -
Insert item to Grid Store and let the row fade in
By grandfatha in forum Ext GWT: DiscussionReplies: 0Last Post: 9 Oct 2009, 4:54 AM -
How to insert an item(button) between...
By Joey Kwon in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 16 Jul 2009, 5:34 PM -
Insert item comboBox
By Perfect Lion in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 11 Oct 2007, 10:21 PM


Reply With Quote