EasyUI Forum
September 13, 2025, 12:31:46 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: Nested Tabs on: May 30, 2014, 10:39:03 AM
Perfect....Thank you
2  General Category / EasyUI for jQuery / Re: Nested Tabs on: May 30, 2014, 07:56:27 AM
There are no limitations on the level amount. Only one thing must be mentioned, be sure to set the 'fit' property to true for your sub tabs.

I do have the fit property set. I am missing something. see HTML below. Just the sub tab section.
Thank you for your attention
<div title="Sub Tabs" data-options="fit:true,plain:true" style="padding:10px;">
            <div class="easyui-tabs" data-options="fit:true,plain:true">
                <div title="Title1" style="padding:10px;">efore you continue please account for your VFC Returns <a href="#">HERE.</a></strong></span></div>
                <div title="Title2" style="padding:10px;">Jump 2</a></div>
                <div title="Title3">
                        <div title="Sub Tabs 02" data-options="fit:true,plain:true" style="padding:10px;">
                                <div class="easyui-tabs" data-options="fit:true,plain:true">
                                        <div title="Title7" style="padding:10px;">Content 4</div>
                                        <div title="Title8" style="padding:10px;">Content 5</div>
                                        <div title="Title9" style="padding:10px;">Content 6</div>
                                </div>               
                        </div>
                </div>
                <div title="Title4" style="padding:10px;">Content 4</div>
                <div title="Title5" style="padding:10px;">Content 5</div>
                <div title="Title6" style="padding:10px;">Content 6</div>
            </div>
        </div>
3  General Category / EasyUI for jQuery / Nested Tabs on: May 28, 2014, 10:52:41 AM
Is it possible to have set of nested tabs with in a nested tab.
In other words, I have no problem with my first level of tabs.
Is it possible to have a second level of nested tabs....

Thank you
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!