Can anybody tell how to add image in text field in sencha touch
I want to show image and textfield image User id
Thanks
Can anybody tell how to add image in text field in sencha touch
I want to show image and textfield image User id
Thanks
Use css to do this.
.imagefield .x-form-field {
background: url(../icons/icon.png) no-repeat; /*your file path*/
background-size: contain;
}
add property cls: 'imagefield' in your component.