diff --git a/bi/base.js b/bi/base.js index 54edcd7ed..a97de0bb8 100644 --- a/bi/base.js +++ b/bi/base.js @@ -17844,6 +17844,10 @@ BI.CodeEditor = BI.inherit(BI.Single, { focus: function () { this.editor.focus(); }, + + blur: function () { + this.editor.getInputField().blur(); + }, setStyle: function (style) { this.style = style; diff --git a/docs/base.js b/docs/base.js index 54edcd7ed..a97de0bb8 100644 --- a/docs/base.js +++ b/docs/base.js @@ -17844,6 +17844,10 @@ BI.CodeEditor = BI.inherit(BI.Single, { focus: function () { this.editor.focus(); }, + + blur: function () { + this.editor.getInputField().blur(); + }, setStyle: function (style) { this.style = style;