|
|
@ -142,6 +142,10 @@ BI.CodeEditor = BI.inherit(BI.Single, { |
|
|
|
this.editor.focus(); |
|
|
|
this.editor.focus(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
blur: function () { |
|
|
|
|
|
|
|
this.editor.getInputField().blur(); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
setStyle: function (style) { |
|
|
|
setStyle: function (style) { |
|
|
|
this.style = style; |
|
|
|
this.style = style; |
|
|
|
this.element.css(style); |
|
|
|
this.element.css(style); |
|
|
|