Lines Matching refs:host
15 }, HOST = 'host', LI = 'li';
30 var host = this.get(HOST), inst = host.getInstance(),
37 var host = this.get(HOST);
38 host.execCommand('inserthtml', inst.EditorSelection.CURSOR);
44 host.frame._execCommand('insertlinebreak', null);
93 var host = this.get(HOST);
94 if (host.editorPara) {
98 host.after('ready', Y.bind(this._afterEditorReady, this));
100 host.on('nodeChange', Y.bind(this._onNodeChange, this));
117 host: {