|
|
@ -106222,7 +106222,9 @@ BI.SignTextEditor = BI.inherit(BI.Widget, { |
|
|
|
this.text = BI.createWidget({ |
|
|
|
this.text = BI.createWidget({ |
|
|
|
type: "bi.text_button", |
|
|
|
type: "bi.text_button", |
|
|
|
cls: "sign-editor-text", |
|
|
|
cls: "sign-editor-text", |
|
|
|
title: o.title, |
|
|
|
title: function () { |
|
|
|
|
|
|
|
return self.getValue(); |
|
|
|
|
|
|
|
}, |
|
|
|
warningTitle: o.warningTitle, |
|
|
|
warningTitle: o.warningTitle, |
|
|
|
tipType: o.tipType, |
|
|
|
tipType: o.tipType, |
|
|
|
textAlign: "left", |
|
|
|
textAlign: "left", |
|
|
|