Title: Can I have Tabs without tabs? Post by: mzeddd on October 03, 2013, 03:45:30 AM Hi,
I would like to have Tabs that could work in this way. On my page I have a table placed into one Tab (not closable). I could like to press a button which will create new Tab close to initial one. This is very easy, but is it possible to make 1st Tab don't look like Tab (hide Tab heading)? So user can see only table. Tab label(heading) should appear when new Tab added. And disappear again when new Tab is closed. Thanks! Title: Re: Can I have Tabs without tabs? Post by: stworthy on October 03, 2013, 07:13:32 AM Do you want the hiding and displaying header functionality? If so, extend the 'hideHeader' and 'showHeader' methods as below:
Code: $.extend($.fn.tabs.methods, { Title: Re: Can I have Tabs without tabs? Post by: mzeddd on October 03, 2013, 07:33:17 AM Hi,
This is exactly what I wad looking for! Thanks you very much! Btw, Can we expect this new methods be a part of 1.3.5 version with possibility make header hidden using HTML code? Title: Re: Can I have Tabs without tabs? Post by: stworthy on October 05, 2013, 06:21:40 PM These two methods will be integrated into next version. Also, the 'showHeader' property will be available to let users to determine if the tabs component is hidden or not. The updated tabs plugin can be downloaded from http://www.jeasyui.com/easyui/plugins/jquery.tabs.js.
Title: Re: Can I have Tabs without tabs? Post by: mzeddd on October 10, 2013, 06:02:36 AM Perfect!
|