Searched refs:GetFirstChild (Results 1 – 6 of 6) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcklisthandler.js | 41 var eChildList = FCKDomTools.GetFirstChild( listItem, ['UL','OL'] ) ; 125 return ( FCKDomTools.GetFirstChild( listElement, 'LI' ) == null ) ;
|
H A D | fckdomtools.js | 144 GetFirstChild : function( node, childNames ) method in FCKDomTools
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 36 …sertBefore(A.removeChild(C),A);};return A.parentNode.removeChild(A);},GetFirstChild:function(A,B){… method in FCKDomTools 54 …GetFirstChild(A,['UL','OL']);if (G){F=true;var H;while ((H=G.firstChild)) E.appendChild(G.removeCh…
|
H A D | fckeditorcode_gecko.js | 35 …sertBefore(A.removeChild(C),A);};return A.parentNode.removeChild(A);},GetFirstChild:function(A,B){… method in FCKDomTools 53 …GetFirstChild(A,['UL','OL']);if (G){F=true;var H;while ((H=G.firstChild)) E.appendChild(G.removeCh…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 38 …sertBefore(A.removeChild(C),A);};return A.parentNode.removeChild(A);},GetFirstChild:function(A,B){… method in FCKDomTools 64 …GetFirstChild(A,['UL','OL']);if (G){F=true;var H;while ((H=G.firstChild)) E.appendChild(G.removeCh…
|
H A D | fckeditorcode_ie.js | 40 …sertBefore(A.removeChild(C),A);};return A.parentNode.removeChild(A);},GetFirstChild:function(A,B){… method in FCKDomTools 68 …GetFirstChild(A,['UL','OL']);if (G){F=true;var H;while ((H=G.firstChild)) E.appendChild(G.removeCh…
|