Home
last modified time | relevance | path

Searched defs:FCKDocumentFragment (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdocumentfragment_gecko.js28 var FCKDocumentFragment = function( parentDocument, baseDocFrag ) class
H A Dfckdocumentfragment_ie.js28 var FCKDocumentFragment = function( parentDocument ) class
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js59 var FCKDocumentFragment=function(A){this._Document=A;this.RootNode=A.createElement('div');};FCKDocu… class
H A Dfckeditorcode_gecko.js58 var FCKDocumentFragment=function(A,B){this.RootNode=B||A.createDocumentFragment();};FCKDocumentFrag… class
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js69 var FCKDocumentFragment=function(A,B){this.RootNode=B||A.createDocumentFragment();};FCKDocumentFrag… class
H A Dfckeditorcode_ie.js73 var FCKDocumentFragment=function(A){this._Document=A;this.RootNode=A.createElement('div');};FCKDocu… class