Home
last modified time | relevance | path

Searched refs:GetFirstChild (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklisthandler.js41 var eChildList = FCKDomTools.GetFirstChild( listItem, ['UL','OL'] ) ;
125 return ( FCKDomTools.GetFirstChild( listElement, 'LI' ) == null ) ;
H A Dfckdomtools.js144 GetFirstChild : function( node, childNames ) method in FCKDomTools
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36 …sertBefore(A.removeChild(C),A);};return A.parentNode.removeChild(A);},GetFirstChild:function(A,B){… method in FCKDomTools
54GetFirstChild(A,['UL','OL']);if (G){F=true;var H;while ((H=G.firstChild)) E.appendChild(G.removeCh…
H A Dfckeditorcode_gecko.js35 …sertBefore(A.removeChild(C),A);};return A.parentNode.removeChild(A);},GetFirstChild:function(A,B){… method in FCKDomTools
53GetFirstChild(A,['UL','OL']);if (G){F=true;var H;while ((H=G.firstChild)) E.appendChild(G.removeCh…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js38 …sertBefore(A.removeChild(C),A);};return A.parentNode.removeChild(A);},GetFirstChild:function(A,B){… method in FCKDomTools
64GetFirstChild(A,['UL','OL']);if (G){F=true;var H;while ((H=G.firstChild)) E.appendChild(G.removeCh…
H A Dfckeditorcode_ie.js40 …sertBefore(A.removeChild(C),A);};return A.parentNode.removeChild(A);},GetFirstChild:function(A,B){… method in FCKDomTools
68GetFirstChild(A,['UL','OL']);if (G){F=true;var H;while ((H=G.firstChild)) E.appendChild(G.removeCh…