|
|
|
@ -42735,7 +42735,8 @@ BI.TextButton = BI.inherit(BI.BasicButton, {
|
|
|
|
|
rgap: o.rgap, |
|
|
|
|
text: o.text, |
|
|
|
|
value: o.value, |
|
|
|
|
py: o.py |
|
|
|
|
py: o.py, |
|
|
|
|
keyword: o.keyword |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -68831,8 +68832,7 @@ BI.ShelterEditor = BI.inherit(BI.Widget, {
|
|
|
|
|
tipType: o.tipType, |
|
|
|
|
textAlign: o.textAlign, |
|
|
|
|
height: o.height, |
|
|
|
|
hgap: 4, |
|
|
|
|
keyword: o.keyword |
|
|
|
|
hgap: 4 |
|
|
|
|
}); |
|
|
|
|
BI.createWidget({ |
|
|
|
|
type: "bi.absolute", |
|
|
|
@ -68912,6 +68912,7 @@ BI.ShelterEditor = BI.inherit(BI.Widget, {
|
|
|
|
|
}); |
|
|
|
|
this._showHint(); |
|
|
|
|
self._checkText(); |
|
|
|
|
this.text.doRedMark(o.keyword); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
_checkText: function () { |
|
|
|
@ -69002,7 +69003,7 @@ BI.ShelterEditor = BI.inherit(BI.Widget, {
|
|
|
|
|
|
|
|
|
|
setValue: function (k) { |
|
|
|
|
this.editor.setValue(k); |
|
|
|
|
this._checkText();node |
|
|
|
|
this._checkText(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
getValue: function () { |
|
|
|
|