Home
last modified time | relevance | path

Searched refs:IEquals (Results 1 – 16 of 16) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js44 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 Dfckindentcommands.js28 …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 Dfckblockquotecommand.js71 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 Dfckdomtools.js212 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 Dfck_gecko.js261 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 Dfcklisthandler.js138 if ( !eChildNode.nodeName.IEquals( 'UL','LI' ) )
H A Dfck.js458 if ( FCKBrowserInfo.IsSafari && FCK.EditorWindow && commandName.IEquals( 'Paste' ) )
780 if ( FCKConfig.EnterMode.IEquals( 'br' ) )
H A Dfckxhtml.js260 if ( htmlNode.parentNode && htmlNode.parentNode.nodeName.IEquals( 'pre' ) )
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js230 …&& 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 Dfckdomrangeiterator.js227 && range.StartBlockLimit.nodeName.IEquals( 'DIV', 'TH', 'TD' )
H A Dfckdomrange.js721 ! eStartBlock.nodeName.IEquals( ['ul', 'ol'] ) )
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js26 …ength;i++){if (this==A[i]) return true;};return false;};String.prototype.IEquals=function(){var A=… method in String
35IEquals('IMG','HR','INPUT','TEXTAREA','SELECT')){FCKSelection.SelectNode(N);}},true);this.EditorDo…
38IEquals(C)) return null;if (A.previousSibling) A=A.previousSibling;else return this.GetPreviousSou…
46IEquals(['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…
68IEquals('DIV','TH','TD')&&B.CheckStartOfBlock()&&B.CheckEndOfBlock()){A=B.StartBlockLimit;}else if…
71IEquals('LI')&&C.parentNode.parentNode.nodeName.IEquals('LI')){this._OutdentWithSelection(C,A);ret…
74IEquals(A)) return true;B=B.parentNode;};return false;};FCKSelection.MoveToAncestorNode=function(A…
89IEquals(['ul','ol'])) break;B=B.parentNode;};if (B&&B.nodeName.IEquals(this.TagName)) return 1;els…
91IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitIndentModeParameters=function(){…
[all …]
H A Dfckeditorcode_ie.js26 …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…
40IEquals(C)) return null;if (A.previousSibling) A=A.previousSibling;else return this.GetPreviousSou…
50IEquals(['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…
72IEquals('DIV','TH','TD')&&B.CheckStartOfBlock()&&B.CheckEndOfBlock()){A=B.StartBlockLimit;}else if…
75IEquals('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…
93IEquals(['ul','ol'])) break;B=B.parentNode;};if (B&&B.nodeName.IEquals(this.TagName)) return 1;els…
95IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitIndentModeParameters=function(){…
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js48 String.prototype.IEquals = function() method in String
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js26 …ength;i++){if (this==A[i]) return true;};return false;};String.prototype.IEquals=function(){var A=… method in String
31IEquals('Paste')) return 0;if (!FCK.EditorDocument.queryCommandEnabled(A)) return -1;else{return F…
32IEquals('IMG','HR','INPUT','TEXTAREA','SELECT')){FCKSelection.SelectNode(R);}},true);this.EditorDo…
35IEquals(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')&…
60IEquals('LI')&&C.parentNode.parentNode.nodeName.IEquals('LI')){this._OutdentWithSelection(C,A);ret…
78IEquals(['ul','ol'])) break;B=B.parentNode;};if (B&&B.nodeName.IEquals(this.TagName)) return 1;els…
80IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitIndentModeParameters=function(){…
[all …]
H A Dfckeditorcode_ie.js26 …ength;i++){if (this==A[i]) return true;};return false;};String.prototype.IEquals=function(){var A=… method in String
32IEquals('Paste')) return 0;if (!FCK.EditorDocument.queryCommandEnabled(A)) return -1;else{return F…
36IEquals(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')&…
61IEquals('LI')&&C.parentNode.parentNode.nodeName.IEquals('LI')){this._OutdentWithSelection(C,A);ret…
79IEquals(['ul','ol'])) break;B=B.parentNode;};if (B&&B.nodeName.IEquals(this.TagName)) return 1;els…
81IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitIndentModeParameters=function(){…
[all …]