PageUEditor=function(options){ this.editor=null; this.getEditor=function(options){ if(!options){ options={ }; } this.editor = new baidu.editor.ui.Editor(options); return this.editor; }; };