|
|
@ -27,7 +27,6 @@ |
|
|
|
this.editor = BI.createWidget({ |
|
|
|
this.editor = BI.createWidget({ |
|
|
|
type: "bi.nic_editor", |
|
|
|
type: "bi.nic_editor", |
|
|
|
$value: "chart-common-editor", |
|
|
|
$value: "chart-common-editor", |
|
|
|
height: 365, |
|
|
|
|
|
|
|
cls: "editor bi-border bi-focus-shadow " + (o.textAlign === "center" ? "editor-center-text" : ""), |
|
|
|
cls: "editor bi-border bi-focus-shadow " + (o.textAlign === "center" ? "editor-center-text" : ""), |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
|
eventName: BI.NicEditor.EVENT_FOCUS, |
|
|
|
eventName: BI.NicEditor.EVENT_FOCUS, |
|
|
|