简体   繁体   中英

How to use this sencha touch images in our app?

How to get inbuild sencha touch images and what are the images class names in sencha touch. How to call that images in sencha touch css ?

i got only few names of that some icons in that images. So how to access remaining icons ?

Check this link to see that sencha touch image

You can use "iconCls" property to set an icon.

xtype: 'button',
height: 38,
iconCls: 'search',
iconMask: true,
align: 'left',
itemId:'audioSearchbtnid'

Check out the kitchen sink example here to find more icons.

You can find the icons in Sencha_Root_Folder\\resources\\themes\\images\\default.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM