Home
last modified time | relevance | path

Searched refs:BasePath (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/grensladawritezor/fckeditor/
Dfckconfig.js32 FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
44 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
47 FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
191 FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector…
196 FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Ima…
201 FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Fla…
206 FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/upload/' + _QuickUploadLanguage + '/upl…
211 FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/upload/' + _QuickUploadLanguage + '/up…
216 FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/upload/' + _QuickUploadLanguage + '/up…
220 FCKConfig.SmileyPath = FCKConfig.BasePath + 'images/smiley/msn/' ;
Dfckeditor_php5.php31 var $BasePath ; variable in FCKeditor
42 $this->BasePath = '/fckeditor/' ;
69 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
Dfckeditor_php4.php31 var $BasePath ; variable in FCKeditor
42 $this->BasePath = '/fckeditor/' ;
69 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
Dfckeditor.pl37 $BasePath = '/fckeditor/';
68 $Link = $BasePath . "editor/fckeditor.html?InstanceName=$InstanceName";
Dfckeditor.py46 self.BasePath = '/fckeditor/'
64 self.BasePath,
Dfckeditor.afp27 BasePath =""
38 THIS.BasePath = '/fckeditor/'
67 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
/plugin/fckg/fckeditor/
Dfckconfig.js56 FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
57 FCKConfig.EditorAreaIEHackCSS = FCKConfig.BasePath + 'css/ie_hack.css' ;
73 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/' ;
77 FCKConfig.fckgRTLCSS=FCKConfig.BasePath + 'css/fck_editorarea_RTL.css';
81 FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
371 …kBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=' + encodeU…
376 …erURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=' + en…
381 …erURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=' + en…
386 FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '…
392 FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + …
[all …]
Dfckeditor.js37 this.BasePath = FCKeditor.BasePath ;
50 FCKeditor.BasePath = '/fckeditor/' ;
176 …var sLink = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.Instan…
Dfckskin.js26 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/' + FCKConfig.FCKGSkinType +'/' ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckconfig.js34 FCKConfig.BasePath = decodeURIComponent( document.location.pathname.substr(1) ) ;
35 FCKConfig.BasePath = FCKConfig.BasePath.replace( /\\/gi, '/' ) ;
44 …FCKConfig.BasePath = sFullProtocol + FCKConfig.BasePath.substring( 0, FCKConfig.BasePath.lastIndex…
45 FCKConfig.FullBasePath = FCKConfig.BasePath ;
49 …FCKConfig.BasePath = document.location.pathname.substring( 0, document.location.pathname.lastIndex…
50 …ig.FullBasePath = document.location.protocol + '//' + document.location.host + FCKConfig.BasePath ;
53 FCKConfig.EditorPath = FCKConfig.BasePath.replace( /editor\/$/, '' ) ;
/plugin/wysiwyg/fckeditor/
Dfckconfig.js29 FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
45 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
48 FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
286 FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector…
291 FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Ima…
296 FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Fla…
301 FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '…
306 FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + …
311 FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + …
315 FCKConfig.SmileyPath = FCKConfig.BasePath + 'images/smiley/msn/' ;
Dfckeditor_php4.php31 var $BasePath ; variable in FCKeditor
42 $this->BasePath = '/fckeditor/' ;
74 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
Dfckeditor_php5.php31 var $BasePath ; variable in FCKeditor
42 $this->BasePath = '/fckeditor/' ;
69 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
Dfckeditor.pl37 $BasePath = '/fckeditor/';
68 $Link = $BasePath . "editor/fckeditor.html?InstanceName=$InstanceName";
Dfckeditor.afp27 BasePath =""
38 THIS.BasePath = '/fckeditor/'
67 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
/plugin/wysiwyg/fckeditor/_samples/html/
Dsample06.config.js36 FCKConfig.PluginsPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + '_samples/_pl…
46 var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugin…
/plugin/grensladawritezor/fckeditor/_samples/html/
Dsample06.config.js36 FCKConfig.PluginsPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + '_samples/_pl…
46 var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugin…
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckconfig.js34 FCKConfig.BasePath = decodeURIComponent( document.location.pathname.substr(1) ) ;
35 FCKConfig.BasePath = FCKConfig.BasePath.replace( /\\/gi, '/' ) ;
45 FCKConfig.EditorPath = FCKConfig.BasePath.replace( /editor\/$/, '' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckplugin.js27 this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ;
28 this.Path = this.BasePath + name + '/' ;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckplugin.js27 this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ;
28 this.Path = this.BasePath + name + '/' ;
/plugin/grensladawritezor/fckeditor/editor/_source/
Dfckscriptloader.js56 var sBaseScriptName = oScriptInfo.BasePath + scriptName.toLowerCase() ;
81 BasePath : scriptBasePath || '', property
/plugin/wysiwyg/fckeditor/editor/_source/
Dfckscriptloader.js56 var sBaseScriptName = oScriptInfo.BasePath + scriptName.toLowerCase() ;
81 BasePath : scriptBasePath || '', property
/plugin/fckg/fckeditor/editor/js/
Dfckadobeair.js170 window.FCK_InternalCSS = FCKConfig.BasePath + 'css/fck_internal.css' ;
171 window.FCK_ShowTableBordersCSS = FCKConfig.BasePath + 'css/fck_showtableborders_gecko.css' ;
/plugin/wysiwyg/fckeditor/_samples/php/
Dsample01.php49 $oFCKeditor->BasePath = $sBasePath ;
/plugin/grensladawritezor/fckeditor/_samples/php/
Dsample01.php49 $oFCKeditor->BasePath = $sBasePath ;

1234