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