Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js238 var oNestedList = FCKDomTools.GetLastChild( previous, ['UL','OL'] ) ;
242 previous = FCKDomTools.GetLastChild( oNestedList, 'LI' ) ;
243 oNestedList = FCKDomTools.GetLastChild( previous, ['UL','OL'] ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js162 GetLastChild : function( node, childNames ) method in FCKDomTools
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36 …e.Equals.apply(C.tagName,B)) return C;C=C.nextSibling;};return null;},GetLastChild:function(A,B){i… method in FCKDomTools
61 …s('LI')){var E=FCKDomTools.GetLastChild(B,['UL','OL']);while (E){B=FCKDomTools.GetLastChild(E,'LI'…
H A Dfckeditorcode_gecko.js35 …e.Equals.apply(C.tagName,B)) return C;C=C.nextSibling;};return null;},GetLastChild:function(A,B){i… method in FCKDomTools
60 …s('LI')){var E=FCKDomTools.GetLastChild(B,['UL','OL']);while (E){B=FCKDomTools.GetLastChild(E,'LI'…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js38 …e.Equals.apply(C.tagName,B)) return C;C=C.nextSibling;};return null;},GetLastChild:function(A,B){i… method in FCKDomTools
71 …s('LI')){var E=FCKDomTools.GetLastChild(B,['UL','OL']);while (E){B=FCKDomTools.GetLastChild(E,'LI'…
H A Dfckeditorcode_ie.js40 …e.Equals.apply(C.tagName,B)) return C;C=C.nextSibling;};return null;},GetLastChild:function(A,B){i… method in FCKDomTools
75 …s('LI')){var E=FCKDomTools.GetLastChild(B,['UL','OL']);while (E){B=FCKDomTools.GetLastChild(E,'LI'…