Sencha touch 如何在sencha的文本字段中添加图像

Sencha touch 如何在sencha的文本字段中添加图像,sencha-touch,sencha-touch-2,sencha-architect,Sencha Touch,Sencha Touch 2,Sencha Architect,有人能告诉我如何在sencha touch的文本字段中添加图像吗 我想显示图像和文本字段 图像用户id 谢谢使用css来实现这一点 .imagefield .x-form-field { background: url(../icons/icon.png) no-repeat; /*your file path*/ background-size: contain; } 在组件中添加属性cls:“imagefield”。可能重复

有人能告诉我如何在sencha touch的文本字段中添加图像吗

我想显示图像和文本字段 图像用户id

谢谢

使用css来实现这一点

.imagefield .x-form-field {
  background: url(../icons/icon.png) no-repeat;  /*your file path*/
  background-size: contain;
 }
在组件中添加属性cls:“imagefield”。

可能重复