当前位置: 代码迷 >> Web前端 >> ext itemselector 旋钮
  详细解决方案

ext itemselector 旋钮

热度:464   发布时间:2013-08-26 12:17:40.0
ext itemselector 按钮

需求:ext? itemselector 的界面只留左右按钮 ,上下按钮不需要

所用extjs版本:3.3

?

官方文档没有,google 到网页

http://turbogears.org/2.0/docs/main/ToscaWidgets/Cookbook/ExtItemSelector.html

也没有 itemselector组件的对箭头按钮的配置说明

?

-----

解决办法 :子类 覆盖父类的配置i

ux-all-debug.js中有对Ext.ux.form.ItemSelector定义,其中有drawUpIcon:true 等属性的配置。要实现需求的效果,只要在子类的定义属性drawUpIncon:false 就行了

?