Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js853 CheckIsEmptyElement : function( element, elementCheckCallback ) method in FCKDomTools
874 return elementChild ? this.CheckIsEmptyElement( elementChild, elementCheckCallback ) : true ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js186 && !FCKDomTools.CheckIsEmptyElement( pathElement,
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js46CheckIsEmptyElement:function(A,B){var C=A.firstChild;var D;while (C){if (C.nodeType==1){if (D||!FC… method in FCKDomTools
62 …Elements[i];if (this.CheckElementRemovable(O)){if (L&&!FCKDomTools.CheckIsEmptyElement(O,function(…
66 …ractContents().AppendTo(D);FCKDomTools.TrimNode(D);if (FCKDomTools.CheckIsEmptyElement(D,function(…
H A Dfckeditorcode_ie.js50CheckIsEmptyElement:function(A,B){var C=A.firstChild;var D;while (C){if (C.nodeType==1){if (D||!FC… method in FCKDomTools
66 …Elements[i];if (this.CheckElementRemovable(O)){if (L&&!FCKDomTools.CheckIsEmptyElement(O,function(…
70 …ractContents().AppendTo(D);FCKDomTools.TrimNode(D);if (FCKDomTools.CheckIsEmptyElement(D,function(…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36CheckIsEmptyElement:function(A,B){var C=A.firstChild;var D;while (C){if (C.nodeType==1){if (D||!FC… method in FCKDomTools
52 …Elements[i];if (this.CheckElementRemovable(N)){if (K&&!FCKDomTools.CheckIsEmptyElement(N,function(…
H A Dfckeditorcode_gecko.js35CheckIsEmptyElement:function(A,B){var C=A.firstChild;var D;while (C){if (C.nodeType==1){if (D||!FC… method in FCKDomTools
51 …Elements[i];if (this.CheckElementRemovable(N)){if (K&&!FCKDomTools.CheckIsEmptyElement(N,function(…