Home
last modified time | relevance | path

Searched refs:FCKW3CRange (Results 1 – 9 of 9) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckw3crange.js26 var FCKW3CRange = function( parentDocument ) class
37 FCKW3CRange.CreateRange = function( parentDocument )
53 return new FCKW3CRange( parentDocument ) ;
56 FCKW3CRange.CreateFromRange = function( parentDocument, sourceRange )
58 var range = FCKW3CRange.CreateRange( parentDocument ) ;
64 FCKW3CRange.prototype =
445 return FCKW3CRange.CreateFromRange( this._Document, this ) ;
H A Dfckdomrange_gecko.js34 this._Range = FCKW3CRange.CreateFromRange( this.Window.document, oSel.getRangeAt(0) ) ;
H A Dfckdomrange_ie.js30 this._Range = new FCKW3CRange( this.Window.document ) ;
H A Dfckdomrange.js81 return new FCKW3CRange( this.Window.document ) ;
412 this._Range = new FCKW3CRange( this.Window.document ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js158 var internalRange = FCKW3CRange.CreateFromRange( doc, rangeQueue.shift() ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js56FCKW3CRange(this.Window.document);},DeleteContents:function(){if (this._Range){this._Range.deleteC…
57 FCKDomRange.prototype.MoveToSelection=function(){this.Release(true);this._Range=new FCKW3CRange(thi…
60FCKW3CRange=function(A){this._Document=A;this.startContainer=null;this.startOffset=null;this.endCo… class
79 …ount;i++) K.push(T.getRangeAt(i));};if (K.length<1) J=false;else{var U=FCKW3CRange.CreateFromRange…
H A Dfckeditorcode_gecko.js55FCKW3CRange(this.Window.document);},DeleteContents:function(){if (this._Range){this._Range.deleteC…
56 …e);var A=this.Window.getSelection();if (A&&A.rangeCount>0){this._Range=FCKW3CRange.CreateFromRange…
59FCKW3CRange=function(A){this._Document=A;this.startContainer=null;this.startOffset=null;this.endCo… class
78 …ount;i++) K.push(T.getRangeAt(i));};if (K.length<1) J=false;else{var U=FCKW3CRange.CreateFromRange…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js66FCKW3CRange(this.Window.document);},DeleteContents:function(){if (this._Range){this._Range.deleteC…
67 …e);var A=this.Window.getSelection();if (A&&A.rangeCount>0){this._Range=FCKW3CRange.CreateFromRange…
70FCKW3CRange=function(A){this._Document=A;this.startContainer=null;this.startOffset=null;this.endCo… class
89 …ount;i++) K.push(T.getRangeAt(i));};if (K.length<1) J=false;else{var U=FCKW3CRange.CreateFromRange…
H A Dfckeditorcode_ie.js70FCKW3CRange(this.Window.document);},DeleteContents:function(){if (this._Range){this._Range.deleteC…
71 FCKDomRange.prototype.MoveToSelection=function(){this.Release(true);this._Range=new FCKW3CRange(thi…
74FCKW3CRange=function(A){this._Document=A;this.startContainer=null;this.startOffset=null;this.endCo… class
93 …ount;i++) K.push(T.getRangeAt(i));};if (K.length<1) J=false;else{var U=FCKW3CRange.CreateFromRange…