<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>extjs: problem with in Webmasters and Developers</title>
<link>http://www.dslreports.com/forum/r21504507</link>
<description></description>
<language>en</language>
<pubDate>Thu, 03 Dec 2009 16:07:36 EDT</pubDate>
<lastBuildDate>Thu, 03 Dec 2009 16:07:36 EDT</lastBuildDate>

<item>
<title>Re: extjs: problem with</title>
<link>http://www.dslreports.com/forum/remark,21514743</link>
<description><![CDATA[<A HREF="/useremail/u/488582"><b>PToN</b></A> : You should probably post on extjs forums... You will get a quicker response there.. But noone likes repeats so search the extjs forums with their google tool before posting..]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21514743</guid>
<pubDate>Tue, 02 Dec 2008 12:17:37 EDT</pubDate>
</item>

<item>
<title>extjs: problem with</title>
<link>http://www.dslreports.com/forum/remark,21504507</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : body in html file must be empty.<br>this code works correctly:<br><br><textarea name="code" class="text" cols=50 rows=10>Ext.onReady(function(){&#012;        &#012;              var tabs = new Ext.TabPanel&#012;              ({               &#012;                activeTab: 0,&#012;                items: &#91;{&#012;                        title: 'Tab 1',&#012;                        html: ' if I remove this item from tabPanel while initialization, the content of other tabs becomes empty',&#012;                        closable:true&#012;                       }&#93;  &#012;               });&#012;    &#012; &#012;           var addition = new Ext.Panel&#012;           ({&#012;                id          : 'addition',&#012;                title       : 'tab container',&#012;                region      : 'east',&#012;                collapsible : true,&#012;                margins     : '3 3 3 0',&#012;                cmargins    : '3 3 3 3',&#012;                items       : tabs,&#012;                split       : true,&#012;                width       : 500         &#012;            });&#012; &#012;           var rpan = new Ext.Panel&#012;           ({&#012;                id          : 'content',&#012;                title       : 'content',&#012;                region      : 'center',&#012;                collapsible : true,&#012;                margins     : '3 3 3 0',&#012;                cmargins    : '3 3 3 3',&#012;                html        : 'empty' ,&#012;                                              &#012;                tbar:&#012;                   &#91;&#012;                        {&#012;                        iconCls:'add-feed',                         &#012;                        text:'Add Tab',&#012;                        handler: function() &#012;                                        {     &#012;                                           tabs.add&#012;                                           ({   &#012;                                             title    : 'tab name',&#012;                                             html     : 'some content',                                                    &#012;                                             closable : true&#012;                                           }).show();    &#012;                                        },               &#012;                        scope: this                &#012;                        }&#012;                   &#93;        &#012;           });                                     &#012; &#012;        var win = new Ext.Window({&#012;            title    : 'Parent window',&#012;            closable : true,&#012;            width    : 700,&#012;            height   : 350,&#012;            x        : 300,&#012;            y        : 100,           &#012;            layout   : 'border',&#012;            containerScroll: false,&#012;            items    : &#91;rpan,addition&#93;&#012;        });&#012; &#012;        win.show();     &#012;});&#012;</textarea><!--end code block--><br>But, if I remove this item 'Tab 1'  from tabs while initialization, the content of new tabs becomes empty. I mean this tabs works incorrectly:<br><textarea name="code" class="text" cols=50 rows=10>  var tabs = new Ext.TabPanel&#012;              ({               &#012;                activeTab: 0&#012;               });&#012;</textarea><!--end code block-->How can I add normal tabs without first tab in initialization of TabPanel?<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21504507</guid>
<pubDate>Sun, 30 Nov 2008 13:21:33 EDT</pubDate>
</item>

</channel>
</rss>
