EXT textfield加入图标(初学有用)
EXT 在文本框中加入图标。定义css:
.login{background-image:url(/ExtDwrJson/images/login_user.gif) !important;background-repeat:no-repeat;background-position:right;}.password{background-image:url(/ExtDwrJson/images/password.gif) !important;background-repeat:no-repeat;background-position:right;}
使用css:
{xtype:"textfield",fieldLabel : "TestCss",width : 150, cls : "login"}
http://dl.iteye.com/upload/attachment/61744/ad6e1a84-f4b9-3753-9d34-ac724b75f242.jpg
页:
[1]