| 
					 Title: New feature request for Tabs Post by: mzeddd on September 21, 2016, 02:53:47 AM Hi, 
					I just wander would be good to have the following feature in Tabs. When we have lots of open tabs special scroll buttons appear to let user get to first/last tab. My proposal is to show menu with list of hidden tabs so user can activate any hidden tab in one click. Thanks Title: Re: New feature request for Tabs Post by: stworthy on September 21, 2016, 05:40:00 PM Extend a new method 'navmenu' to achieve this functionality. 
					Code: <script> After calling this method, you can right click on the scroller button of the header. The drop-down menu will display to allow the user to navigate to any tab panels. Code: $('#tt').tabs(...);Title: Re: New feature request for Tabs Post by: mzeddd on September 22, 2016, 02:04:43 AM Looks good. 
					Thanks stworthy! Do you have any plans to make it part of EasyUI by default?  |