Home
last modified time | relevance | path

Searched refs:GetElementDocument (Results 1 – 25 of 31) sorted by relevance

12

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktools.js54 FCKTools.GetElementDocument = function ( element ) class
62 return this.GetDocumentWindow( this.GetElementDocument( element ) ) ;
115 var oOption = FCKTools.GetElementDocument( selectElement ).createElement( "OPTION" ) ;
Dfcklisthandler.js33 var oDocument = FCKTools.GetElementDocument( listItem ) ;
Dfcktools_ie.js207 return target.appendChild( this.GetElementDocument( target ).createElement( elementName ) ) ;
Dfcktoolbarset.js72 var eToolbarIFrame = FCKTools.GetElementDocument( eToolbarTarget ).createElement( 'iframe' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckmenublock.js73 var oDoc = FCKTools.GetElementDocument( parentElement ) ;
136 var oDoc = FCKTools.GetElementDocument( parentTable ) ;
Dfcktoolbarbreak_ie.js31 var oBreakDiv = FCKTools.GetElementDocument( targetElement ).createElement( 'div' ) ;
Dfckeditingarea.js44 var oTargetDocument = FCKTools.GetElementDocument( eTargetElement ) ;
294 var oDoc = FCKTools.GetElementDocument( this.Textarea ) ;
Dfcktoolbar.js62 var oDoc = FCKTools.GetElementDocument( parentElement ) ;
Dfckmenuitem.js56 var oDoc = FCKTools.GetElementDocument( parentTable ) ;
Dfcktoolbarbuttonui.js49 var oDoc = FCKTools.GetElementDocument( parentElement ) ;
Dfckspecialcombo.js200 var oDoc = FCKTools.GetElementDocument( targetElement ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckmenublock.js73 var oDoc = FCKTools.GetElementDocument( parentElement ) ;
129 var oDoc = FCKTools.GetElementDocument( parentTable ) ;
Dfckeditingarea.js44 var oTargetDocument = FCKTools.GetElementDocument( eTargetElement ) ;
231 var oDoc = FCKTools.GetElementDocument( this.Textarea ) ;
Dfcktoolbarbreak_ie.js31 var oBreakDiv = FCKTools.GetElementDocument( targetElement ).createElement( 'div' ) ;
Dfcktoolbar.js73 var oDoc = FCKTools.GetElementDocument( parentElement ) ;
Dfckmenuitem.js56 var oDoc = FCKTools.GetElementDocument( parentTable ) ;
Dfcktoolbarbuttonui.js60 var oDoc = FCKTools.GetElementDocument( parentElement ) ;
Dfckspecialcombo.js182 var oDoc = FCKTools.GetElementDocument( targetElement ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktools.js55 FCKTools.GetElementDocument = function ( element ) class
63 return this.GetDocumentWindow( this.GetElementDocument( element ) ) ;
281 var oOption = FCKTools.GetElementDocument( selectElement ).createElement( "OPTION" ) ;
403 var doc = this.GetElementDocument( element ) ;
Dfcklisthandler.js33 var oDocument = FCKTools.GetElementDocument( listItem ) ;
Dfckselection_ie.js97 return FCKTools.GetElementDocument( el ) == doc ? el : null ;
Dfcktools_ie.js220 return target.appendChild( this.GetElementDocument( target ).createElement( elementName ) ) ;
Dfcktoolbarset.js75 var eToolbarIFrame = FCKTools.GetElementDocument( eToolbarTarget ).createElement( 'iframe' ) ;
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
Dfckplugin.js310 if ( FCKTools.GetElementDocument( node ) == document )
374 if ( FCKTools.GetElementDocument( node ) == FCK.EditorDocument )
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js32 …);var F=false;if (!D.childNodes.firstChild){D.appendChild(FCKTools.GetElementDocument(D).createTex…
40 …!!C);},GetNodeAddress:function(A,B){var C=[];while (A&&A!=FCKTools.GetElementDocument(A).documentE…
50GetElementDocument(A[C].parent);var E=D.createDocumentFragment();var F=null;var G=C;var H=Math.max…
51GetElementDocument=function (A){return A.ownerDocument||A.document;};FCKTools.GetElementWindow=fun… class
52 …d;};FCKTools.AppendElement=function(A,B){return A.appendChild(this.GetElementDocument(A).createEle…
59GetElementDocument(A),FCKConfig.EnterMode);FCKXHtmlEntities.Initialize();this._NbspEntity=(FCKConf…
63GetElementDocument(C);while(C.firstChild) C.removeChild(C.firstChild);if (this.Mode==0){if (FCK_IS…
68 …Node;if (B.tagName.toUpperCase().Equals('UL','OL')){var C=FCKTools.GetElementDocument(A);var D=new…
75 ….firstChild.nodeName.IEquals(['ul','ol'])) F.insertBefore(FCKTools.GetElementDocument(F).createTex…
76 … FCKDocumentProcessor_CreateFakeImage=function(A,B){var C=FCKTools.GetElementDocument(B).createEle…
[all …]

12