-
Unanswered: Any way to use Sencha icons in a list?
Unanswered: Any way to use Sencha icons in a list?
I'd like to have sencha icons appear in a list next to my text. I'm able to load external icons, but not the sencha icons. Is there a way to do this?
Jeff
-
Inside your itemTpl's html, you might add a div tag with either of the classes mentioned below.
class="x-button-icon add x-icon-mask"
class="x-button-icon action x-icon-mask"
class="x-button-icon compose x-icon-mask"
class="x-button-icon delete x-icon-mask"
class="x-button-icon download x-icon-mask"
.
.
. and so on
Hope this helps
-
This isn't working...
This isn't working...
The classes show up in my div, but nothing shows up in the list item. I don't think the .CSS classes you gave me work for items in a list...
-
try this
itemTpl: '<div class="x-button x-iconalign-left x-button-plain x-layout-box-item" id="hhh"><span class="x-button-icon action x-icon-mask" style="" id="uuu"></span>your text</div>',
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us