|
|
|
@ -66,7 +66,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
|
|
|
|
|
}); |
|
|
|
|
BI.createWidget({ |
|
|
|
|
type: "bi.absolute", |
|
|
|
|
element: this.smallEditor.element, |
|
|
|
|
element: this.smallEditor, |
|
|
|
|
items: [{ |
|
|
|
|
el: this.smallTip, |
|
|
|
|
top: 0, |
|
|
|
@ -104,7 +104,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
|
|
|
|
|
}); |
|
|
|
|
BI.createWidget({ |
|
|
|
|
type: "bi.absolute", |
|
|
|
|
element: this.bigEditor.element, |
|
|
|
|
element: this.bigEditor, |
|
|
|
|
items: [{ |
|
|
|
|
el: this.bigTip, |
|
|
|
|
top: 0, |
|
|
|
@ -548,4 +548,4 @@ BI.NumberInterval.EVENT_CHANGE = "EVENT_CHANGE";
|
|
|
|
|
BI.NumberInterval.EVENT_CONFIRM = "EVENT_CONFIRM"; |
|
|
|
|
BI.NumberInterval.EVENT_VALID = "EVENT_VALID"; |
|
|
|
|
BI.NumberInterval.EVENT_ERROR = "EVENT_ERROR"; |
|
|
|
|
BI.shortcut("bi.number_interval", BI.NumberInterval); |
|
|
|
|
BI.shortcut("bi.number_interval", BI.NumberInterval); |
|
|
|
|