-
21 May 2013 10:23 AM #1
Count Mark on Tabs
Count Mark on Tabs
Hi,
I would like to know if there's some plugin that adds a count mark on tabs. Please see this image so you can get an idea:
http://www4.picturepush.com/photo/a/...g/13124287.png
If there's no plugin for this, can somebody give me an idea where should I look on ?
Thanks.Using Ext with cachefly
Working on LAMPExt
-
23 May 2013 7:47 AM #2
I've not seen a UX for that myself, but did put in a feature request a while back for that addition to the Ext framework.
-
7 Jun 2013 8:47 AM #3
A simple solution is to update the Tab text when the Store loads.
Something like:
Code:Ext.getCmp('tabID').setTitle(Ext.String.format('Tab Title ({0})', this.store.getCount()));


Reply With Quote