-
27 Jan 2012 8:08 PM #1
Its.tab.plugin.Tool
Its.tab.plugin.Tool
A tab plugin used to add a toolbar before or after the tabbar of a tabpanel. Hope that it will be useful to you.
Latest Release
v1.1 (2012-02-15)
Screenshot
Its.tab.plugin.tool.gif
How to use
Code:Ext.create('Ext.tab.Panel', { ... plugins: [{ ptype : 'itstabtool', position: 'before', items : [{ xtype: 'button', iconCls: 'icon-timer' },{ xtype: 'button', iconCls: 'icon-reload' }] }], ... });
Plugin config- {String} position The position of toolbar in relation to the tabbar. It can be "before" or "after". Default to "after".
- {Object/Object[]} items A single item, or an array of child Components to be added to this toolbar
Its.tab.plugin.Tool.zip
Changelog for 1.1- Fix the bug of appearing border around tabbar when resizing plain tabpanel
Last edited by vietits; 14 Feb 2012 at 8:08 PM. Reason: Release version 1.1
-
28 Jan 2012 9:47 AM #2Sencha - Sales Team
- Join Date
- Mar 2007
- Location
- Melbourne, Australia (aka GMT+10)
- Posts
- 738
- Vote Rating
- 6
nice work... I'll check it out...
Just for people searching the forums, there used to be an extension called Inline Toolbar TabPanel, and Tab Panel - Inline Toolbar....
There's another 3.x similar extension that's been ported to 4.x here alsoCheck out SenchaWorld.com for articles, screencasts, conference videos and more.
Sencha Technical Training : Asia Pacific Region
Code Validation : JSLint | JSONLint | JSONPLint
-
29 Jan 2012 7:52 AM #3
-
4 Feb 2012 2:55 AM #4
Very nice plugin !
A small bug: when there are too many tabs and arrow appear to the right, if you manually re-size the browser to be larger, the bar height increments.
I don't know if this is fixable in this plugin?
-
5 Feb 2012 8:37 PM #5
-
6 Feb 2012 12:52 AM #6
Firefox 10, tool position "after".
Step 1: Add enough tabs in order to make tabbar scroll arrows appear.
Step 2: Resize browser window, make it larger in order to make scroll arrows disappear
Bug: as you can see, some extra lines are added and the tabbar height is modified for some reason:
Untitled-1.jpg
Hope that helps
-
10 Feb 2012 1:55 AM #7
-
10 Feb 2012 5:29 AM #8
Hi astronaute,
Thank you for reporting the bug. I have fixed this bug by releasing version 1.1 and update it on the first post of this thread.
-
14 May 2012 10:18 PM #9
-
14 May 2012 11:49 PM #10
Seems that the plain config of tabpanel doesn't work since this plugin adds a toolbar which doesnt support plain view.


Reply With Quote





