/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fcklistcommands.js | 44 if ( listNode.nodeName.IEquals( [ 'ul', 'ol' ] ) ) 48 if ( listNode && listNode.nodeName.IEquals( this.TagName ) ) 102 if ( el.nodeName.IEquals( ['ol', 'ul'] ) ) 161 if ( range.StartNode.nodeName.IEquals( 'td' ) ) 163 if ( range.EndNode.nodeName.IEquals( 'td' ) ) 180 if ( groupObj.root.nodeName.IEquals( ['ul', 'ol'] ) ) 185 else if ( state == FCK_TRISTATE_ON && groupObj.root.nodeName.IEquals( ['ul', 'ol'] ) ) 203 if ( currentNode && currentNode.nodeName.IEquals( this.TagName ) ) 219 if ( currentNode && currentNode.nodeName.IEquals( this.TagName ) ) 264 if ( newList.listNode.childNodes[i].nodeName.IEquals( this.TagName ) ) [all …]
|
H A D | fckindentcommands.js | 28 …this.IndentCSSProperty = FCKConfig.ContentLangDirection.IEquals( 'ltr' ) ? 'marginLeft' : 'marginR… 93 if ( this.Name.IEquals( 'outdent' ) ) 100 if ( ! FCKIndentCommand._UseIndentClasses && this.Name.IEquals( 'indent' ) ) 160 if ( this.Name.IEquals( 'outdent' ) ) 162 else if ( this.Name.IEquals( 'indent' ) ) 223 if ( listParents[i].nodeName.IEquals( ['ul', 'ol'] ) ) 229 var indentOffset = this.Name.IEquals( 'indent' ) ? 1 : -1 ;
|
H A D | fckblockquotecommand.js | 71 if ( block.nodeName.IEquals( 'blockquote' ) ) 103 if ( block.parentNode.nodeName.IEquals( 'blockquote' ) ) 142 if ( FCKConfig.EnterMode.IEquals( 'br' ) ) 148 if ( node.nodeName.IEquals( 'div' ) ) 189 if ( path.Elements[i].nodeName.IEquals( 'blockquote' ) )
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckdomtools.js | 212 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) ) 215 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) ) 251 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) ) 254 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) ) 681 if ( ! listNode.nodeName.IEquals( ['ul', 'ol'] ) ) 692 if ( ! listItem.nodeName.IEquals( 'li' ) ) 698 if ( itemObj.grandparent && itemObj.grandparent.nodeName.IEquals( 'li' ) ) 709 if ( child.nodeName.IEquals( ['ul', 'ol'] ) ) 758 if ( item.grandparent.nodeName.IEquals( ['ul', 'ol'] ) ) 762 … if ( FCKConfig.EnterMode.IEquals( ['div', 'p'] ) && ! item.grandparent.nodeName.IEquals( 'td' ) ) [all …]
|
H A D | fck_gecko.js | 261 if ( element.nodeName.IEquals( 'IMG', 'HR', 'INPUT', 'TEXTAREA', 'SELECT' ) ) 270 if ( ev.srcElement.nodeName.IEquals( 'INPUT', 'TEXTAREA', 'SELECT' ) ) 277 if ( ev.srcElement.nodeName.IEquals( 'INPUT', 'TEXTAREA', 'SELECT' ) )
|
H A D | fcklisthandler.js | 138 if ( !eChildNode.nodeName.IEquals( 'UL','LI' ) )
|
H A D | fck.js | 458 if ( FCKBrowserInfo.IsSafari && FCK.EditorWindow && commandName.IEquals( 'Paste' ) ) 780 if ( FCKConfig.EnterMode.IEquals( 'br' ) )
|
H A D | fckxhtml.js | 260 if ( htmlNode.parentNode && htmlNode.parentNode.nodeName.IEquals( 'pre' ) )
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckenterkey.js | 230 …&& currentBlock && currentBlock.nodeName.IEquals( 'LI' ) && currentBlock.parentNode.parentNode.nod… 236 if ( previous && previous.nodeName.IEquals( 'LI' ) ) 250 if ( currentBlock.nodeName.IEquals( 'LI' ) && !previous.nodeName.IEquals( 'LI' ) ) 294 if ( ! currentBlock.tagName.IEquals( [ 'TABLE' ] ) ) 521 if ( sStartBlockTag.IEquals( 'pre' ) ) 617 if ( FCKConfig.EnterMode.IEquals( ['div', 'p'] ) )
|
H A D | fckdomrangeiterator.js | 227 && range.StartBlockLimit.nodeName.IEquals( 'DIV', 'TH', 'TD' )
|
H A D | fckdomrange.js | 721 ! eStartBlock.nodeName.IEquals( ['ul', 'ol'] ) )
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 26 …ength;i++){if (this==A[i]) return true;};return false;};String.prototype.IEquals=function(){var A=… method in String 35 …IEquals('IMG','HR','INPUT','TEXTAREA','SELECT')){FCKSelection.SelectNode(N);}},true);this.EditorDo… 38 …IEquals(C)) return null;if (A.previousSibling) A=A.previousSibling;else return this.GetPreviousSou… 46 …IEquals(['ul','ol'])) return [];if (!D) D=0;if (!C) C=[];for (var i=0;i<A.childNodes.length;i++){v… 64 …{var B=A.firstChild;while (B){switch (B.nodeType){case 1:if (!B.nodeName.IEquals('UL','LI')) retur… 68 …IEquals('DIV','TH','TD')&&B.CheckStartOfBlock()&&B.CheckEndOfBlock()){A=B.StartBlockLimit;}else if… 71 …IEquals('LI')&&C.parentNode.parentNode.nodeName.IEquals('LI')){this._OutdentWithSelection(C,A);ret… 74 …IEquals(A)) return true;B=B.parentNode;};return false;};FCKSelection.MoveToAncestorNode=function(A… 89 …IEquals(['ul','ol'])) break;B=B.parentNode;};if (B&&B.nodeName.IEquals(this.TagName)) return 1;els… 91 …IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitIndentModeParameters=function(){… [all …]
|
H A D | fckeditorcode_ie.js | 26 …ength;i++){if (this==A[i]) return true;};return false;};String.prototype.IEquals=function(){var A=… method in String 37 …nMouseDown(A){var e=A.srcElement;if (e.nodeName&&e.nodeName.IEquals('input')&&e.type.IEquals(['rad… 40 …IEquals(C)) return null;if (A.previousSibling) A=A.previousSibling;else return this.GetPreviousSou… 50 …IEquals(['ul','ol'])) return [];if (!D) D=0;if (!C) C=[];for (var i=0;i<A.childNodes.length;i++){v… 68 …{var B=A.firstChild;while (B){switch (B.nodeType){case 1:if (!B.nodeName.IEquals('UL','LI')) retur… 72 …IEquals('DIV','TH','TD')&&B.CheckStartOfBlock()&&B.CheckEndOfBlock()){A=B.StartBlockLimit;}else if… 75 …IEquals('LI')&&C.parentNode.parentNode.nodeName.IEquals('LI')){this._OutdentWithSelection(C,A);ret… 78 …tSelection().createRange();B=C.parentElement();}while (B){if (B.nodeName.IEquals(A)) return true;B… 93 …IEquals(['ul','ol'])) break;B=B.parentNode;};if (B&&B.nodeName.IEquals(this.TagName)) return 1;els… 95 …IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitIndentModeParameters=function(){… [all …]
|
/plugin/wysiwyg/fckeditor/editor/_source/ |
H A D | fckjscoreextensions.js | 48 String.prototype.IEquals = function() method in String
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 26 …ength;i++){if (this==A[i]) return true;};return false;};String.prototype.IEquals=function(){var A=… method in String 31 …IEquals('Paste')) return 0;if (!FCK.EditorDocument.queryCommandEnabled(A)) return -1;else{return F… 32 …IEquals('IMG','HR','INPUT','TEXTAREA','SELECT')){FCKSelection.SelectNode(R);}},true);this.EditorDo… 35 …IEquals(C)) return null;if (A.previousSibling) A=A.previousSibling;else return this.GetPreviousSou… 44 …se;A.appendChild(E);break;case 3:if (B.parentNode&&B.parentNode.nodeName.IEquals('pre')) return th… 53 …{var B=A.firstChild;while (B){switch (B.nodeType){case 1:if (!B.nodeName.IEquals('UL','LI')) retur… 57 …B.StartBlock;if (!A&&!this.EnforceRealBlocks&&B.StartBlockLimit.nodeName.IEquals('DIV','TH','TD')&… 60 …IEquals('LI')&&C.parentNode.parentNode.nodeName.IEquals('LI')){this._OutdentWithSelection(C,A);ret… 78 …IEquals(['ul','ol'])) break;B=B.parentNode;};if (B&&B.nodeName.IEquals(this.TagName)) return 1;els… 80 …IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitIndentModeParameters=function(){… [all …]
|
H A D | fckeditorcode_ie.js | 26 …ength;i++){if (this==A[i]) return true;};return false;};String.prototype.IEquals=function(){var A=… method in String 32 …IEquals('Paste')) return 0;if (!FCK.EditorDocument.queryCommandEnabled(A)) return -1;else{return F… 36 …IEquals(C)) return null;if (A.previousSibling) A=A.previousSibling;else return this.GetPreviousSou… 45 …se;A.appendChild(E);break;case 3:if (B.parentNode&&B.parentNode.nodeName.IEquals('pre')) return th… 54 …{var B=A.firstChild;while (B){switch (B.nodeType){case 1:if (!B.nodeName.IEquals('UL','LI')) retur… 56 …de(A,B);this.MoveToPosition(A,4);if (FCKBrowserInfo.IsGecko&&!A.nodeName.IEquals(['ul','ol'])) FCK… 58 …B.StartBlock;if (!A&&!this.EnforceRealBlocks&&B.StartBlockLimit.nodeName.IEquals('DIV','TH','TD')&… 61 …IEquals('LI')&&C.parentNode.parentNode.nodeName.IEquals('LI')){this._OutdentWithSelection(C,A);ret… 79 …IEquals(['ul','ol'])) break;B=B.parentNode;};if (B&&B.nodeName.IEquals(this.TagName)) return 1;els… 81 …IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitIndentModeParameters=function(){… [all …]
|