`
流浪鱼
  • 浏览: 1648636 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

EXT 在文本框中加入图标

阅读更多
EXT 在文本框中加入图标。 定义css: Js代码 .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
UML http://www.fengfly.com/html/softeng/uml/ FENGFLY.COM fengfly.com FENGFLY.COM
EXT 在文本框中加入图标。



定义css:



Js代码
.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;   
                           
    }  
.login{
background-image:url(/ExtDwrJson/images/login_user.gif) !important;
background-repeat:no-repeat;
background-position:right;

}
使用css:
Js代码
{   
    xtype:"textfield",   
    fieldLabel : "TestCss",   
    width : 150,   
        cls : "login"  
}  



原文来自:雨枫技术教程网 http://www.fengfly.com
原文网址:http://www.fengfly.com/plus/view-168958-1.html

。 定义css: Js代码 .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
UML http://www.fengfly.com/html/softeng/uml/ FENGFLY.COM fengfly.com FENGFLY.COM
EXT 在文本框中加入图标。



定义css:



Js代码
.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;   
                           
    }  
.login{
background-image:url(/ExtDwrJson/images/login_user.gif) !important;
background-repeat:no-repeat;
background-position:right;

}
使用css:
Js代码
{   
    xtype:"textfield",   
    fieldLabel : "TestCss",   
    width : 150,   
        cls : "login"  
}  



原文来自:雨枫技术教程网 http://www.fengfly.com
原文网址:http://www.fengfly.com/plus/view-168958-1.html

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics