Home
last modified time | relevance | path

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

12

/plugin/fckg/fckeditor/
H A 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 …]
H A Dfckeditor.js37 this.BasePath = FCKeditor.BasePath ;
50 FCKeditor.BasePath = '/fckeditor/' ;
176 …var sLink = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.Instan…
H A Dfckskin.js26 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/' + FCKConfig.FCKGSkinType +'/' ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A 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\/$/, '' ) ;
H A Dfckdialog.js36 var sUrl = FCKConfig.BasePath + 'fckdialog.html' ;
H A Dfckdebug.js29 …this.DebugWindow = window.open( FCKConfig.BasePath + 'fckdebug.html', 'FCKeditorDebug', 'menubar=n…
/plugin/wysiwyg/fckeditor/_samples/html/
H A 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/wysiwyg/fckeditor/
H A 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/' ;
H A Dfckeditor_php5.php31 var $BasePath ; variable in FCKeditor
42 $this->BasePath = '/fckeditor/' ;
69 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
H A Dfckeditor_php4.php31 var $BasePath ; variable in FCKeditor
42 $this->BasePath = '/fckeditor/' ;
74 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
H A Dfckeditor.pl37 $BasePath = '/fckeditor/';
68 $Link = $BasePath . "editor/fckeditor.html?InstanceName=$InstanceName";
H A Dfckeditor.js37 this.BasePath = '/fckeditor/' ;
147 …var sLink = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.Instan…
H A Dfckeditor.py47 self.BasePath = '/fckeditor/'
65 self.BasePath,
H A Dfckeditor.afp27 BasePath =""
38 THIS.BasePath = '/fckeditor/'
67 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckplugin.js27 this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ;
28 this.Path = this.BasePath + name + '/' ;
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckscriptloader.js56 var sBaseScriptName = oScriptInfo.BasePath + scriptName.toLowerCase() ;
81 BasePath : scriptBasePath || '', property in FCKScriptLoader.AddScript._Scripts
/plugin/fckg/fckeditor/editor/js/
H A 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/
H A Dsample01.php49 $oFCKeditor->BasePath = $sBasePath ;
H A Dsample03.php77 $oFCKeditor->BasePath = $sBasePath ;
H A Dsample04.php83 $oFCKeditor->BasePath = $sBasePath ;
H A Dsample02.php89 $oFCKeditor->BasePath = $sBasePath ;
/plugin/wysiwyg/fckeditor/_samples/py/
H A Dsample01.py59 oFCKeditor.BasePath = sBasePath
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code25 BasePath =""
36 THIS.BasePath = '../../../FCKeditor/'
64 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
/plugin/wysiwyg/fckeditor/_samples/perl/
H A Dsample01.cgi86 $BasePath = $sBasePath;
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp47 ' oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.
54 oFCKeditor.BasePath = sBasePath

12