Lines Matching refs:current
16 this.current = null;
39 this.current = this.editors[this.index].object;
40 this.name = this.current.name;
45 this.current.enable();
47 this.current.setWrap(this.linewrap.value);
58 this.current.disable();
71 this.current = this.editors[this.index].object;
72 this.name = this.current.name;
74 this.current.enable(true);
76 this.current.setWrap(this.linewrap.value);
82 this.current.onToolbarButtonInput();
91 moaiEditor.editor.current.setWrap(value);