Searched refs:CheckIsEmptyElement (Results 1 – 6 of 6) sorted by relevance
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 853 CheckIsEmptyElement : function( element, elementCheckCallback ) method 874 return elementChild ? this.CheckIsEmptyElement( elementChild, elementCheckCallback ) : true ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckstyle.js | 186 && !FCKDomTools.CheckIsEmptyElement( pathElement,
|
| /plugin/fckg/fckeditor/editor/js/ |
| 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 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(…
|
| 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 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/ |
| 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 51 …Elements[i];if (this.CheckElementRemovable(N)){if (K&&!FCKDomTools.CheckIsEmptyElement(N,function(…
|
| 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 52 …Elements[i];if (this.CheckElementRemovable(N)){if (K&&!FCKDomTools.CheckIsEmptyElement(N,function(…
|