number_editor
数值微调器
BI.createWidget({
type: 'bi.number_editor',
element: '#wrapper',
width: 300
});
参数
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
value | 编辑框中的值,-1表示自动 | number | -1 |
事件
事件 | 说明 |
---|---|
BI.NumberEditor.EVENT_CONFIRM | 点击增加/减少按钮或者编辑框确定时触发 |
BI.createWidget({
type: 'bi.number_editor',
element: '#wrapper',
width: 300
});
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
value | 编辑框中的值,-1表示自动 | number | -1 |
事件 | 说明 |
---|---|
BI.NumberEditor.EVENT_CONFIRM | 点击增加/减少按钮或者编辑框确定时触发 |