|
|
|
@ -75716,6 +75716,7 @@ BI.DisplayTree = BI.inherit(BI.TreeView, {
|
|
|
|
|
selectedMulti: false, |
|
|
|
|
dblClickExpand: false, |
|
|
|
|
showIcon: false, |
|
|
|
|
nameIsHTML: true, |
|
|
|
|
showTitle: false |
|
|
|
|
}, |
|
|
|
|
data: { |
|
|
|
@ -89376,6 +89377,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
|
|
|
|
|
self.fireEvent(BI.NumberEditor.EVENT_CHANGE); |
|
|
|
|
}); |
|
|
|
|
this.editor.on(BI.TextEditor.EVENT_CONFIRM, function () { |
|
|
|
|
this.setValue(BI.parseFloat(this.getValue())); |
|
|
|
|
self.fireEvent(BI.NumberEditor.EVENT_CONFIRM); |
|
|
|
|
}); |
|
|
|
|
this.topBtn = BI.createWidget({ |
|
|
|
|