* commit '49c485dc5d12584154637d466ddefd2d9adc7c80': codeeditor加个focus方法
@ -141,6 +141,10 @@ BI.CodeEditor = BI.inherit(BI.Single, {
focus: function () {
this.editor.focus();
},
blur: function () {
this.editor.getInputField().blur();
setStyle: function (style) {
this.style = style;