|
|
@ -65,12 +65,8 @@ BI.NumberIntervalSingleEidtor = BI.inherit(BI.Single, { |
|
|
|
return this.editor.getValue(); |
|
|
|
return this.editor.getValue(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
setTitle: function () { |
|
|
|
setTitle: function (v) { |
|
|
|
return this.editor.setTitle(); |
|
|
|
return this.editor.setTitle(v); |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setEnable: function () { |
|
|
|
|
|
|
|
return this.editor.setEnable(); |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
setValue: function (v) { |
|
|
|
setValue: function (v) { |
|
|
|