-
31 Jan 2013 8:35 AM #1
Answered: How add some badge text on the items in List?
Answered: How add some badge text on the items in List?
Adding class 'x-badge' in itemTpl is not working.
Code:xtype: 'list', itemId: 'listMainMenu', store: 'storeMainMenu', fullscreen: false, itemTpl: '<span class="x-badge ">{BadgeText}</span>'
-
Best Answer Posted by bluehipy
You may try:
itemTpl : '<div class="x-hasbadge"><span class="x-badge ">{BadgeText}</span></div>'
-
31 Jan 2013 9:18 AM #2
You may try:
itemTpl : '<div class="x-hasbadge"><span class="x-badge ">{BadgeText}</span></div>'
-
31 Jan 2013 9:49 AM #3


Reply With Quote