Home
last modified time | relevance | path

Searched refs:FCKDocumentFragment (Results 1 – 8 of 8) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdocumentfragment_gecko.js28 var FCKDocumentFragment = function( parentDocument, baseDocFrag ) class
33 FCKDocumentFragment.prototype =
H A Dfckdocumentfragment_ie.js28 var FCKDocumentFragment = function( parentDocument ) class
35 FCKDocumentFragment.prototype =
H A Dfckw3crange.js191 var docFrag = new FCKDocumentFragment( this._Document ) ;
202 var docFrag = new FCKDocumentFragment( this._Document ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklisthandler.js34 var oDogFrag = new FCKDocumentFragment( oDocument ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js35 …IsGecko){A=A.replace(/&nbsp;$/,'$&<span _fcktemp="1"/>');var C=new FCKDocumentFragment(this.Editor…
64 ….Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumentFragment(C);var E=D.…
69 var FCKDocumentFragment=function(A,B){this.RootNode=B||A.createDocumentFragment();};FCKDocumentFrag… class
70FCKDocumentFragment(this._Document);if (!this.collapsed) this._ExecContentsAction(1,A);return A;},…
H A Dfckeditorcode_ie.js68 ….Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumentFragment(C);var E=D.…
73 var FCKDocumentFragment=function(A){this._Document=A;this.RootNode=A.createElement('div');};FCKDocu… class
74FCKDocumentFragment(this._Document);if (!this.collapsed) this._ExecContentsAction(1,A);return A;},…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js54 ….Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumentFragment(C);var E=D.…
59 var FCKDocumentFragment=function(A){this._Document=A;this.RootNode=A.createElement('div');};FCKDocu… class
60FCKDocumentFragment(this._Document);if (!this.collapsed) this._ExecContentsAction(1,A);return A;},…
H A Dfckeditorcode_gecko.js53 ….Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new FCKDocumentFragment(C);var E=D.…
58 var FCKDocumentFragment=function(A,B){this.RootNode=B||A.createDocumentFragment();};FCKDocumentFrag… class
59FCKDocumentFragment(this._Document);if (!this.collapsed) this._ExecContentsAction(1,A);return A;},…