Tab within tab in dojo-1.1

View: New views
3 Messages — Rating Filter:   Alert me  

Tab within tab in dojo-1.1

by Pankaj Vishwani :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am trying to add a tab and then within this tab i want to add another tab. The inlined tab should be left-horizontal. I tried doing it but it doesn't work. Here's the code:

<div id="mainTabContainer" dojoType="dijit.layout.TabContainer" style="width: 100%; height:100%">
        <div dojoType="dijit.layout.ContentPane" title="Top Tab">
                <h1>I am top tab</h1>
                <div id="inlined_div">
                        <div id="inlinedTabContainer" dojoType="dijit.layout.TabContainer" style="width: 100%;height:100%">
                                <div dojoType="dijit.layout.ContentPane" tabPosition="left-h" title="Inner Tab">
                                        inner tab here...................
                                </div>
                        </div>
                </div>
        </div>
</div>


Thanks,
Pankaj Vishwani

Parent Message unknown Re: Tab within tab in dojo-1.1

by xGss2000 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
 tabPosition="left-h"  shold be a attribute of "dijit.layout.TabContainer "
not "dijit.layout.ContentPane".
 
 
2008-07-14

xGss2000

发件人: Pankaj Vishwani
发送时间: 2008-07-13  13:09:33
收件人: dojo-interest
抄送:
主题: [Dojo-interest] Tab within tab in dojo-1.1
Hi,
I am trying to add a tab and then within this tab i want to add another tab.
The inlined tab should be left-horizontal. I tried doing it but it doesn't
work. Here's the code:
<div id="mainTabContainer" dojoType="dijit.layout.TabContainer"
style="width: 100%; height:100%">
<div dojoType="dijit.layout.ContentPane" title="Top Tab">
<h1>I am top tab</h1>
<div id="inlined_div">
<div id="inlinedTabContainer" dojoType="dijit.layout.TabContainer"
style="width: 100%;height:100%">
<div dojoType="dijit.layout.ContentPane" tabPosition="left-h"
title="Inner Tab">
inner tab here...................
</div>
</div>
</div>
</div>
</div>
Thanks,
Pankaj Vishwani
-- 
View this message in context: http://www.nabble.com/Tab-within-tab-in-dojo-1.1-tp18426273p18426273.html
Sent from the Dojo mailing list archive at Nabble.com.
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
http://turtle.dojotoolkit.org/mailman/listinfo/dojo-interest

_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
Dojo-interest@...
http://turtle.dojotoolkit.org/mailman/listinfo/dojo-interest

Re: Tab within tab in dojo-1.1

by Pankaj Vishwani :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I tried that too but it still doesn't work....


Regards,
Pankaj Vishwani


xGss2000 wrote:
 tabPosition="left-h"  shold be a attribute of "dijit.layout.TabContainer "
not "dijit.layout.ContentPane".


2008-07-14



xGss2000



发件人: Pankaj Vishwani
发送时间: 2008-07-13  13:09:33
收件人: dojo-interest
抄送:
主题: [Dojo-interest] Tab within tab in dojo-1.1
 
Hi,
I am trying to add a tab and then within this tab i want to add another tab.
The inlined tab should be left-horizontal. I tried doing it but it doesn't
work. Here's the code:
<div id="mainTabContainer" dojoType="dijit.layout.TabContainer"
style="width: 100%; height:100%">
<div dojoType="dijit.layout.ContentPane" title="Top Tab">
<h1>I am top tab</h1>
<div id="inlined_div">
<div id="inlinedTabContainer" dojoType="dijit.layout.TabContainer"
style="width: 100%;height:100%">
<div dojoType="dijit.layout.ContentPane" tabPosition="left-h"
title="Inner Tab">
inner tab here...................
</div>
</div>
</div>
</div>
</div>
Thanks,
Pankaj Vishwani
--
View this message in context: http://www.nabble.com/Tab-within-tab-in-dojo-1.1-tp18426273p18426273.html
Sent from the Dojo mailing list archive at Nabble.com.
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
Dojo-interest@dojotoolkit.org
http://turtle.dojotoolkit.org/mailman/listinfo/dojo-interest

_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
Dojo-interest@dojotoolkit.org
http://turtle.dojotoolkit.org/mailman/listinfo/dojo-interest
LightInTheBox - Buy quality products at wholesale price!