Home
last modified time | relevance | path

Searched refs:eRoot (Results 1 – 2 of 2) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdocumentfragment_ie.js52 var eRoot = this.RootNode ;
55 while( ( eLast = eRoot.lastChild ) )
56 FCKDomTools.InsertAfterNode( existingNode, eRoot.removeChild( eLast ) ) ;
/plugin/shell/
H A DP0wnyShell.js12 eRoot = null; field in P0wnyShell
28 this.eRoot = this.attachShadow({mode: 'open'});
29 this.eRoot.innerHTML = `
44 this.eShellCmdInput = this.eRoot.querySelector('#shell-cmd');
45 this.eShellContent = this.eRoot.querySelector('#shell-content');
46 this.eShellPrompt = this.eRoot.querySelector('#shell-prompt');
50 this.eRoot.addEventListener('click', function (event) {
199 this.eRoot.appendChild(element);
201 this.eRoot.removeChild(element);