Searched refs:CreateFromRange (Results 1 – 7 of 7) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckdomrange_gecko.js | 34 this._Range = FCKW3CRange.CreateFromRange( this.Window.document, oSel.getRangeAt(0) ) ;
|
H A D | fckw3crange.js | 56 FCKW3CRange.CreateFromRange = function( parentDocument, sourceRange ) function 445 return FCKW3CRange.CreateFromRange( this._Document, this ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fcklistcommands.js | 158 var internalRange = FCKW3CRange.CreateFromRange( doc, rangeQueue.shift() ) ;
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 56 …Window.getSelection();if (A&&A.rangeCount>0){this._Range=FCKW3CRange.CreateFromRange(this.Window.d… 59 …CreateFromRange=function(A,B){var C=FCKW3CRange.CreateRange(A);C.setStart(B.startContainer,B.start… function 78 …sh(T.getRangeAt(i));};if (K.length<1) J=false;else{var U=FCKW3CRange.CreateFromRange(A,K.shift());…
|
H A D | fckeditorcode_ie.js | 60 …CreateFromRange=function(A,B){var C=FCKW3CRange.CreateRange(A);C.setStart(B.startContainer,B.start… function 79 …sh(T.getRangeAt(i));};if (K.length<1) J=false;else{var U=FCKW3CRange.CreateFromRange(A,K.shift());…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 67 …Window.getSelection();if (A&&A.rangeCount>0){this._Range=FCKW3CRange.CreateFromRange(this.Window.d… 70 …CreateFromRange=function(A,B){var C=FCKW3CRange.CreateRange(A);C.setStart(B.startContainer,B.start… function 89 …sh(T.getRangeAt(i));};if (K.length<1) J=false;else{var U=FCKW3CRange.CreateFromRange(A,K.shift());…
|
H A D | fckeditorcode_ie.js | 74 …CreateFromRange=function(A,B){var C=FCKW3CRange.CreateRange(A);C.setStart(B.startContainer,B.start… function 93 …sh(T.getRangeAt(i));};if (K.length<1) J=false;else{var U=FCKW3CRange.CreateFromRange(A,K.shift());…
|