简体   繁体   English

如何在我们的应用程序中使用此煎茶触摸图像?

[英]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. 如何获取内置sencha touch图像以及sencha touch中的图像类名称是什么? How to call that images in sencha touch css ? 如何调用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 检查此链接以查看sencha触摸图像

You can use "iconCls" property to set an icon. 您可以使用“ iconCls”属性来设置图标。

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. 您可以在Sencha_Root_Folder \\ resources \\ themes \\ images \\ default中找到这些图标。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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