/plugin/fckg/fckeditor/ |
H A D | fckconfig.js | 56 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 D | fckeditor.js | 37 this.BasePath = FCKeditor.BasePath ; 50 FCKeditor.BasePath = '/fckeditor/' ; 176 …var sLink = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.Instan…
|
H A D | fckskin.js | 26 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/' + FCKConfig.FCKGSkinType +'/' ;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckconfig.js | 34 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 D | fckdialog.js | 36 var sUrl = FCKConfig.BasePath + 'fckdialog.html' ;
|
H A D | fckdebug.js | 29 …this.DebugWindow = window.open( FCKConfig.BasePath + 'fckdebug.html', 'FCKeditorDebug', 'menubar=n…
|
/plugin/wysiwyg/fckeditor/_samples/html/ |
H A D | sample06.config.js | 36 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 D | fckconfig.js | 29 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 D | fckeditor_php5.php | 31 var $BasePath ; variable in FCKeditor 42 $this->BasePath = '/fckeditor/' ; 69 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
|
H A D | fckeditor_php4.php | 31 var $BasePath ; variable in FCKeditor 42 $this->BasePath = '/fckeditor/' ; 74 $Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
|
H A D | fckeditor.pl | 37 $BasePath = '/fckeditor/'; 68 $Link = $BasePath . "editor/fckeditor.html?InstanceName=$InstanceName";
|
H A D | fckeditor.js | 37 this.BasePath = '/fckeditor/' ; 147 …var sLink = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.Instan…
|
H A D | fckeditor.py | 47 self.BasePath = '/fckeditor/' 65 self.BasePath,
|
H A D | fckeditor.afp | 27 BasePath ="" 38 THIS.BasePath = '/fckeditor/' 67 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckplugin.js | 27 this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ; 28 this.Path = this.BasePath + name + '/' ;
|
/plugin/wysiwyg/fckeditor/editor/_source/ |
H A D | fckscriptloader.js | 56 var sBaseScriptName = oScriptInfo.BasePath + scriptName.toLowerCase() ; 81 BasePath : scriptBasePath || '', property in FCKScriptLoader.AddScript._Scripts
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckadobeair.js | 170 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 D | sample01.php | 49 $oFCKeditor->BasePath = $sBasePath ;
|
H A D | sample03.php | 77 $oFCKeditor->BasePath = $sBasePath ;
|
H A D | sample04.php | 83 $oFCKeditor->BasePath = $sBasePath ;
|
H A D | sample02.php | 89 $oFCKeditor->BasePath = $sBasePath ;
|
/plugin/wysiwyg/fckeditor/_samples/py/ |
H A D | sample01.py | 59 oFCKeditor.BasePath = sBasePath
|
/plugin/wysiwyg/fckeditor/_samples/afp/ |
H A D | fck.afpa.code | 25 BasePath ="" 36 THIS.BasePath = '../../../FCKeditor/' 64 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
|
/plugin/wysiwyg/fckeditor/_samples/perl/ |
H A D | sample01.cgi | 86 $BasePath = $sBasePath;
|
/plugin/wysiwyg/fckeditor/_samples/asp/ |
H A D | sample01.asp | 47 ' oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. 54 oFCKeditor.BasePath = sBasePath
|