Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckscriptloader.js29 var FCKScriptLoader = new Object() ; class
30 FCKScriptLoader.FCKeditorPath = '/fckeditor/' ;
32 FCKScriptLoader._Scripts = new Object() ;
33 FCKScriptLoader._LoadedScripts = new Object() ;
37 FCKScriptLoader.Load = function( scriptName )
40 if ( scriptName in FCKScriptLoader._LoadedScripts )
69 FCKScriptLoader._LoadedScripts[ scriptName ] = true ;
72 FCKScriptLoader._LoadScript = function( scriptPathFromSource )
92 FCKScriptLoader.AddScript( 'FCKConstants' ) ;
93 FCKScriptLoader.AddScript( 'FCKJSCoreExtensions' ) ;
[all …]