lghclub 2009-08-26 17:24
浏览 177
已采纳

Ext查询问题

1.写一个combox,不需要下拉效果,做一个查询,当点击按钮时获取输入的值
2.怎样改变combox按钮的显示图片

效果如:查看图片附件

  • 写回答

3条回答 默认 最新

  • zhoujuan520 2009-08-27 08:35
    关注

    了解一下Ext.form.TwinTriggerField组件,他有如下几个属性是用来配置旁边按钮的

    trigger1Class : String

    An additional CSS class used to style the trigger button. The trigger will always get the class 'x-form-trigger' by default and triggerClass will be appended if specified.

    trigger2Class : String
    An additional CSS class used to style the trigger button. The trigger will always get the class 'x-form-trigger' by default and triggerClass will be appended if specified.

    TriggerClass : String

    你可以到网上找找也可以下载到这样组件的扩展,在2.0的时候是扩展的.现在3.0直接有支持的了,就是Ext.form.TwinTriggerField类

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?