现在的位置: 首页 > 综合 > 正文

extjs 的 spinner 组件

2013年08月09日 ⁄ 综合 ⁄ 共 307字 ⁄ 字号 评论关闭

样例:

extjs 1.x(如图1):http://members.upc.nl/j.chim/ext/spinner/ext-spinner.html

extjs 2.x(如图2):http://members.upc.nl/j.chim/ext/spinner2/ext-spinner.html

图1

图2

在extjs 2.3.0下稍做调整即可用。

Spinner.js中,将第47行的

this.splitter.show().setRight( (Ext.isIE) ? 1 : 2 );

修改为

this.splitter.show().setRight( (Ext.isIE) ? 10 : 10 );

附件:extjs spinner2_v0_35

抱歉!评论已关闭.