Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/181.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/382.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 如何在我们的应用程序中使用此sencha touch图像?_Javascript_Android_Image_Cordova_Sencha Touch - Fatal编程技术网

Javascript 如何在我们的应用程序中使用此sencha touch图像?

Javascript 如何在我们的应用程序中使用此sencha touch图像?,javascript,android,image,cordova,sencha-touch,Javascript,Android,Image,Cordova,Sencha Touch,如何获取内置sencha touch图像以及sencha touch中的图像类名。如何在sencha touch css中调用该图像 我只得到了那个些图片中一些图标的几个名字。那么如何访问剩余的图标呢 您可以使用“iconCls”属性设置图标 xtype: 'button', height: 38, iconCls: 'search', iconMask: true, align: 'left', itemId:'audioSearchbtnid' 查看厨房水槽示例以查找更多图标 您可以在Se

如何获取内置sencha touch图像以及sencha touch中的图像类名。如何在sencha touch css中调用该图像

我只得到了那个些图片中一些图标的几个名字。那么如何访问剩余的图标呢

您可以使用“iconCls”属性设置图标

xtype: 'button',
height: 38,
iconCls: 'search',
iconMask: true,
align: 'left',
itemId:'audioSearchbtnid'
查看厨房水槽示例以查找更多图标


您可以在Sencha\u Root\u文件夹\resources\themes\images\default中找到图标。

谢谢您的回复。这就是我想要的。