Lines Matching refs:host
17 }, HOST = 'host', LI = 'li';
32 var host = this.get(HOST), inst = host.getInstance(),
39 var host = this.get(HOST);
40 host.execCommand('inserthtml', inst.EditorSelection.CURSOR);
46 host.frame._execCommand('insertlinebreak', null);
95 var host = this.get(HOST);
96 if (host.editorPara) {
100 host.after('ready', Y.bind(this._afterEditorReady, this));
102 host.on('nodeChange', Y.bind(this._onNodeChange, this));
119 host: {