Searched refs:CheckIsEmptyElement (Results 1 – 6 of 6) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckdomtools.js | 853 CheckIsEmptyElement : function( element, elementCheckCallback ) method in FCKDomTools 874 return elementChild ? this.CheckIsEmptyElement( elementChild, elementCheckCallback ) : true ;
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckstyle.js | 186 && !FCKDomTools.CheckIsEmptyElement( pathElement,
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 46 …CheckIsEmptyElement: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 D | fckeditorcode_ie.js | 50 …CheckIsEmptyElement: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 D | fckeditorcode_ie.js | 36 …CheckIsEmptyElement: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 D | fckeditorcode_gecko.js | 35 …CheckIsEmptyElement: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(…
|