Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdomtools.js853 CheckIsEmptyElement : function( element, elementCheckCallback ) method
874 return elementChild ? this.CheckIsEmptyElement( elementChild, elementCheckCallback ) : true ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckstyle.js186 && !FCKDomTools.CheckIsEmptyElement( pathElement,
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js50CheckIsEmptyElement:function(A,B){var C=A.firstChild;var D;while (C){if (C.nodeType==1){if (D||!FC… method
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(…
Dfckeditorcode_gecko.js46CheckIsEmptyElement:function(A,B){var C=A.firstChild;var D;while (C){if (C.nodeType==1){if (D||!FC… method
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(…
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js35CheckIsEmptyElement:function(A,B){var C=A.firstChild;var D;while (C){if (C.nodeType==1){if (D||!FC… method
51 …Elements[i];if (this.CheckElementRemovable(N)){if (K&&!FCKDomTools.CheckIsEmptyElement(N,function(…
Dfckeditorcode_ie.js36CheckIsEmptyElement:function(A,B){var C=A.firstChild;var D;while (C){if (C.nodeType==1){if (D||!FC… method
52 …Elements[i];if (this.CheckElementRemovable(N)){if (K&&!FCKDomTools.CheckIsEmptyElement(N,function(…