Home
last modified time | relevance | path

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

12

/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js61 …return FCKConfig.BasePath + 'dialog/common/' + '|.ImagePreviewArea{border:#000 1px solid;overflow:…
/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' ;
H A Dfckeditorcode_gecko.js36 …ocol=='file:'){FCKConfig.BasePath=decodeURIComponent(document.location.pathname.substr(1));FCKConf…
72 …etElementDocument(B).createElement('IMG');C.className=A;C.src=FCKConfig.BasePath+'images/spacer.gi…
115 …var O=E.createElement('iframe');FCKTools.ResetStyles(O);O.src=FCKConfig.BasePath+'fckdialog.html';…
122 var FCKPlugin=function(A,B,C){this.Name=A;this.BasePath=C?C:FCKConfig.PluginsPath;this.Path=this.Ba…
H A Dfckeditorcode_ie.js37 …_GetBehaviorsStyle=function(){if (!FCK._BehaviorsStyle){var A=FCKConfig.BasePath;var B='';var C;C=…
38 …ocol=='file:'){FCKConfig.BasePath=decodeURIComponent(document.location.pathname.substr(1));FCKConf…
76 …etElementDocument(B).createElement('IMG');C.className=A;C.src=FCKConfig.BasePath+'images/spacer.gi…
116 …var O=E.createElement('iframe');FCKTools.ResetStyles(O);O.src=FCKConfig.BasePath+'fckdialog.html';…
123 var FCKPlugin=function(A,B,C){this.Name=A;this.BasePath=C?C:FCKConfig.PluginsPath;this.Path=this.Ba…
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js416 filler.src = FCKConfig.BasePath + "images/spacer.gif" ;
/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/_samples/afp/
H A Dfck.afpa.code25 BasePath =""
36 THIS.BasePath = '../../../FCKeditor/'
64 lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
H A Dsample01.afp46 oFCKeditor.BasePath = sBasePath
H A Dsample02.afp103 oFCKeditor.BasePath = sBasePath
H A Dsample03.afp81 oFCKeditor.BasePath = sBasePath
H A Dsample04.afp88 oFCKeditor.BasePath = sBasePath
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp47 ' oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.
54 oFCKeditor.BasePath = sBasePath
H A Dsample02.asp84 ' oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.
91 oFCKeditor.BasePath = sBasePath
H A Dsample03.asp72 ' oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.
79 oFCKeditor.BasePath = sBasePath
H A Dsample04.asp78 ' oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.
85 oFCKeditor.BasePath = sBasePath
/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…
H A Dsample14.config.js31 FCKConfig.EditorAreaCSS = FCKConfig.BasePath + '../_samples/html/sample14.styles.css' ;
/plugin/wysiwyg/fckeditor/_samples/perl/
H A Dsample01.cgi86 $BasePath = $sBasePath;
H A Dsample02.cgi143 $BasePath = $sBasePath;
H A Dsample03.cgi132 $BasePath = $sBasePath ;
H A Dsample04.cgi139 $BasePath = $sBasePath;
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample01.php49 $oFCKeditor->BasePath = $sBasePath ;
H A Dsample02.php89 $oFCKeditor->BasePath = $sBasePath ;

12