Home
last modified time | relevance | path

Searched refs:FCKConfig (Results 1 – 25 of 141) sorted by relevance

123456

/plugin/grensladawritezor/fckeditor/
Dfckconfig.js28 FCKConfig.DisableEnterKeyHandler = false ;
30 FCKConfig.CustomConfigurationsPath = '' ;
32 FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
33 FCKConfig.ToolbarComboPreviewCSS = '' ;
35 FCKConfig.DocType = '' ;
37 FCKConfig.BaseHref = '' ;
39 FCKConfig.FullPage = false ;
41 FCKConfig.Debug = false ;
42 FCKConfig.AllowQueryStringDebug = true ;
44 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
[all …]
/plugin/wysiwyg/fckeditor/
Dfckconfig.js27 FCKConfig.CustomConfigurationsPath = '' ;
29 FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
30 FCKConfig.EditorAreaStyles = '' ;
31 FCKConfig.ToolbarComboPreviewCSS = '' ;
33 FCKConfig.DocType = '' ;
35 FCKConfig.BaseHref = '' ;
37 FCKConfig.FullPage = false ;
40 FCKConfig.StartupShowBlocks = false ;
42 FCKConfig.Debug = false ;
43 FCKConfig.AllowQueryStringDebug = true ;
[all …]
/plugin/fckg/fckeditor/
Dfckconfig.js46 FCKConfig.ScaytAutoStartup = true;
54 FCKConfig.CustomConfigurationsPath = '' ;
56 FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
57 FCKConfig.EditorAreaIEHackCSS = FCKConfig.BasePath + 'css/ie_hack.css' ;
58 FCKConfig.EditorAreaStyles = '' ;
59 FCKConfig.ToolbarComboPreviewCSS = '' ;
61 FCKConfig.DocType = '' ;
63 FCKConfig.BaseHref = '' ;
65 FCKConfig.FullPage = false ;
68 FCKConfig.StartupShowBlocks = false ;
[all …]
Dfckskin.js25 if(FCKConfig.FCKGSkinType) {
26 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/' + FCKConfig.FCKGSkinType +'/' ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckconfig.js24 var FCKConfig = FCK.Config = new Object() ; variable
34 FCKConfig.BasePath = decodeURIComponent( document.location.pathname.substr(1) ) ;
35 FCKConfig.BasePath = FCKConfig.BasePath.replace( /\\/gi, '/' ) ;
44FCKConfig.BasePath = sFullProtocol + FCKConfig.BasePath.substring( 0, FCKConfig.BasePath.lastIndex…
45 FCKConfig.FullBasePath = FCKConfig.BasePath ;
49FCKConfig.BasePath = document.location.pathname.substring( 0, document.location.pathname.lastIndex…
50FCKConfig.FullBasePath = document.location.protocol + '//' + document.location.host + FCKConfig.Ba…
53 FCKConfig.EditorPath = FCKConfig.BasePath.replace( /editor\/$/, '' ) ;
59 FCKConfig.ScreenWidth = screen.width ;
60 FCKConfig.ScreenHeight = screen.height ;
[all …]
Dfck.js74 …this.TempBaseTag = FCKConfig.BaseHref.length > 0 ? '<base href="' + FCKConfig.BaseHref + '" _fckte…
81 oKeystrokeHandler.SetKeystrokes( FCKConfig.Keystrokes ) ;
100 this.EditingArea.FFSpellChecker = FCKConfig.FirefoxSpellChecker ;
126 if ( FCKConfig.StartupFocus )
138 var sBlockTag = FCKConfig.EnterMode ;
217 var isFullPage = FCKConfig.FullPage ;
223 FCKConfig.IgnoreEmptyParagraphValue,
241 return FCKConfig.ProtectedSource.Revert( data ) ;
246 var value = FCK.GetXHTML( FCKConfig.FormatOutput ) ;
248 if ( FCKConfig.HtmlEncodeOutput )
[all …]
Dfckxhtmlentities.js34 if ( FCKConfig.ProcessHTMLEntities )
184 if ( FCKConfig.IncludeLatinEntities )
266 if ( FCKConfig.IncludeGreekEntities )
345 if ( FCKConfig.ProcessNumericEntities )
348 var sAdditional = FCKConfig.AdditionalNumericEntities ;
351 sRegexPattern += '|' + FCKConfig.AdditionalNumericEntities ;
Dfck_ie.js32 var sBasePath = FCKConfig.FullBasePath ;
40 if ( FCKConfig.ShowBorders )
46 if ( FCKConfig.DisableObjectResizing )
80 var ret = FCK.Paste( !FCKConfig.ForcePasteAsPlainText && !FCKConfig.AutoDetectPasteFromWord ) ;
106 if ( FCKConfig.ForcePasteAsPlainText )
108 if ( FCK._CheckIsPastingEnabled() || FCKConfig.ShowDropDialog )
113 if ( FCKConfig.ShowDropDialog )
146 html = FCKConfig.ProtectedSource.Protect( html ) ;
193 oPreloader.AddImages( FCKConfig.PreloadImages ) ;
196 oPreloader.AddImages( FCKConfig.SkinPath + 'fck_strip.gif' ) ;
[all …]
/plugin/wysiwyg/fckeditor/_samples/html/
Dsample14.config.js31 FCKConfig.EditorAreaCSS = FCKConfig.BasePath + '../_samples/html/sample14.styles.css' ;
36 FCKConfig.CoreStyles.Bold = { Element : 'span', Attributes : { 'class' : 'Bold' } } ;
37 FCKConfig.CoreStyles.Italic = { Element : 'span', Attributes : { 'class' : 'Italic' } } ;
38 FCKConfig.CoreStyles.Underline = { Element : 'span', Attributes : { 'class' : 'Underline' } } ;
39 FCKConfig.CoreStyles.StrikeThrough = { Element : 'span', Attributes : { 'class' : 'StrikeThrough' }…
47 FCKConfig.FontNames = 'FontComic/Comic Sans MS;FontCourier/Courier New;FontTimes/Times New Roman' ;
55 FCKConfig.CoreStyles.FontFace =
65 FCKConfig.FontSizes = 'FontSmaller/Smaller;FontLarger/Larger;FontSmall/8pt;FontBig/14pt;FontDouble…
66 FCKConfig.CoreStyles.Size =
76 FCKConfig.EnableMoreFontColors = false ;
[all …]
Dsample06.config.js25 FCKConfig.ToolbarSets['PluginTest'] = [
36 FCKConfig.PluginsPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + '_samples/_pl…
42 FCKConfig.Plugins.Add( 'findreplace', 'en,it,fr' ) ;
43 FCKConfig.Plugins.Add( 'samples' ) ;
46 var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugin…
47 FCKConfig.Plugins.Add( 'placeholder', 'en,it,de,fr', sOtherPluginPath ) ;
48 FCKConfig.Plugins.Add( 'tablecommands', null, sOtherPluginPath ) ;
49 FCKConfig.Plugins.Add( 'simplecommands', null, sOtherPluginPath ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckconfig.js24 var FCKConfig = FCK.Config = new Object() ; variable
34 FCKConfig.BasePath = decodeURIComponent( document.location.pathname.substr(1) ) ;
35 FCKConfig.BasePath = FCKConfig.BasePath.replace( /\\/gi, '/' ) ;
45 FCKConfig.EditorPath = FCKConfig.BasePath.replace( /editor\/$/, '' ) ;
51 FCKConfig.ScreenWidth = screen.width ;
52 FCKConfig.ScreenHeight = screen.height ;
56 FCKConfig.ScreenWidth = 800 ;
57 FCKConfig.ScreenHeight = 600 ;
62 FCKConfig.ProcessHiddenField = function()
84 FCKConfig[ sKey ] = sVal ;
[all …]
Dfck.js68 …this.TempBaseTag = FCKConfig.BaseHref.length > 0 ? '<base href="' + FCKConfig.BaseHref + '" _fckte…
74 oKeystrokeHandler.SetKeystrokes( FCKConfig.Keystrokes ) ;
116 if ( FCKConfig.StartupFocus )
127 var sBlockTag = FCKConfig.EnterMode ;
208 if ( FCKConfig.FullPage )
222 if ( FCKConfig.IgnoreEmptyParagraphValue && FCKRegexLib.EmptyOutParagraph.test( sXHTML ) )
232 return FCKConfig.ProtectedSource.Revert( sXHTML ) ;
237 FCK.LinkedField.value = FCK.GetXHTML( FCKConfig.FormatOutput ) ;
292 var sTags = FCKConfig.ProtectedTags ;
331 html = FCKConfig.ProtectedSource.Protect( html ) ;
[all …]
Dfckxhtmlentities.js34 if ( FCKConfig.ProcessHTMLEntities )
178 if ( FCKConfig.IncludeLatinEntities )
260 if ( FCKConfig.IncludeGreekEntities )
336 if ( FCKConfig.ProcessNumericEntities )
339 var sAdditional = FCKConfig.AdditionalNumericEntities ;
342 sRegexPattern += '|' + FCKConfig.AdditionalNumericEntities ;
/plugin/grensladawritezor/fckeditor/_samples/html/
Dsample06.config.js25 FCKConfig.ToolbarSets['PluginTest'] = [
36 FCKConfig.PluginsPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + '_samples/_pl…
42 FCKConfig.Plugins.Add( 'findreplace', 'en,it,fr' ) ;
43 FCKConfig.Plugins.Add( 'samples' ) ;
46 var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugin…
47 FCKConfig.Plugins.Add( 'placeholder', 'en,it,de,fr', sOtherPluginPath ) ;
48 FCKConfig.Plugins.Add( 'tablecommands', null, sOtherPluginPath ) ;
49 FCKConfig.Plugins.Add( 'simplecommands', null, sOtherPluginPath ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckdataprocessor.js50 if ( FCKConfig.FullPage )
61 data = '<html dir="' + FCKConfig.ContentLangDirection + '">' + data + '</html>' ;
72 FCKConfig.DocType +
73 '<html dir="' + FCKConfig.ContentLangDirection + '"' ;
79 …if ( FCKBrowserInfo.IsIE && FCKConfig.DocType.length > 0 && !FCKRegexLib.Html4DocType.test( FCKCon…
83 '<body' + FCKConfig.GetBodyAttributes() + '>' +
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js27 var FCKConfig = oEditor.FCKConfig ; variable
34 if ( FCKConfig.FlashUpload )
37 if ( !FCKConfig.FlashDlgHideAdvanced )
69 GetE('tdBrowse').style.display = FCKConfig.FlashBrowser ? '' : 'none' ;
72 if ( FCKConfig.FlashUpload )
73 GetE('frmUpload').action = FCKConfig.FlashUploadURL ;
215 …OpenFileBrowser( FCKConfig.FlashBrowserURL, FCKConfig.FlashBrowserWindowWidth, FCKConfig.FlashBrow…
264 var oUploadAllowedExtRegex = new RegExp( FCKConfig.FlashUploadAllowedExtensions, 'i' ) ;
265 var oUploadDeniedExtRegex = new RegExp( FCKConfig.FlashUploadDeniedExtensions, 'i' ) ;
277 …if ( ( FCKConfig.FlashUploadAllowedExtensions.length > 0 && !oUploadAllowedExtRegex.test( sFile ) …
[all …]
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js27 var FCKConfig = oEditor.FCKConfig ; variable
34 if ( FCKConfig.FlashUpload )
37 if ( !FCKConfig.FlashDlgHideAdvanced )
69 GetE('tdBrowse').style.display = FCKConfig.FlashBrowser ? '' : 'none' ;
72 if ( FCKConfig.FlashUpload )
73 GetE('frmUpload').action = FCKConfig.FlashUploadURL ;
218 …OpenFileBrowser( FCKConfig.FlashBrowserURL, FCKConfig.FlashBrowserWindowWidth, FCKConfig.FlashBrow…
267 var oUploadAllowedExtRegex = new RegExp( FCKConfig.FlashUploadAllowedExtensions, 'i' ) ;
268 var oUploadDeniedExtRegex = new RegExp( FCKConfig.FlashUploadDeniedExtensions, 'i' ) ;
280 …if ( ( FCKConfig.FlashUploadAllowedExtensions.length > 0 && !oUploadAllowedExtRegex.test( sFile ) …
[all …]
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfcktoolbarfontformatcombo.js50 FCKTools.AppendStyleSheet( oTargetDoc, FCKConfig.ToolbarComboPreviewCSS ) ;
53 if ( FCKConfig.BodyId && FCKConfig.BodyId.length > 0 )
54 oTargetDoc.body.id = FCKConfig.BodyId ;
55 if ( FCKConfig.BodyClass && FCKConfig.BodyClass.length > 0 )
56 oTargetDoc.body.className += ' ' + FCKConfig.BodyClass ;
74 var aTags = FCKConfig.FontFormats.split(';') ;
Dfcktoolbarstylecombo.js46 FCKTools.AppendStyleSheet( oTargetDoc, FCKConfig.ToolbarComboPreviewCSS ) ;
50 if ( FCKConfig.BodyId && FCKConfig.BodyId.length > 0 )
51 oTargetDoc.body.id = FCKConfig.BodyId ;
52 if ( FCKConfig.BodyClass && FCKConfig.BodyClass.length > 0 )
53 oTargetDoc.body.className += ' ' + FCKConfig.BodyClass ;
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js28 var FCKConfig = oEditor.FCKConfig ; variable
36 if ( FCKConfig.FlashUpload )
39 if ( !FCKConfig.FlashDlgHideAdvanced )
71 GetE('tdBrowse').style.display = FCKConfig.FlashBrowser ? '' : 'none' ;
74 if ( FCKConfig.FlashUpload )
75 GetE('frmUpload').action = FCKConfig.FlashUploadURL ;
219 …OpenFileBrowser( FCKConfig.FlashBrowserURL, FCKConfig.FlashBrowserWindowWidth, FCKConfig.FlashBrow…
275 var oUploadAllowedExtRegex = new RegExp( FCKConfig.FlashUploadAllowedExtensions, 'i' ) ;
276 var oUploadDeniedExtRegex = new RegExp( FCKConfig.FlashUploadDeniedExtensions, 'i' ) ;
288 …if ( ( FCKConfig.FlashUploadAllowedExtensions.length > 0 && !oUploadAllowedExtRegex.test( sFile ) …
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
Dfck_image.js27 var FCKConfig = oEditor.FCKConfig ; variable
37 if ( !bImageButton && !FCKConfig.ImageDlgHideLink )
40 if ( FCKConfig.ImageUpload )
43 if ( !FCKConfig.ImageDlgHideAdvanced )
105 GetE('tdBrowse').style.display = FCKConfig.ImageBrowser ? '' : 'none' ;
106 GetE('divLnkBrowseServer').style.display = FCKConfig.LinkBrowser ? '' : 'none' ;
111 if ( FCKConfig.ImageUpload )
112 GetE('frmUpload').action = FCKConfig.ImageUploadURL ;
394 FCKConfig.ImageBrowserURL,
395 FCKConfig.ImageBrowserWindowWidth,
[all …]
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/
Dfck_image.js27 var FCKConfig = oEditor.FCKConfig ; variable
37 if ( !bImageButton && !FCKConfig.ImageDlgHideLink )
40 if ( FCKConfig.ImageUpload )
43 if ( !FCKConfig.ImageDlgHideAdvanced )
105 GetE('tdBrowse').style.display = FCKConfig.ImageBrowser ? '' : 'none' ;
106 GetE('divLnkBrowseServer').style.display = FCKConfig.LinkBrowser ? '' : 'none' ;
111 if ( FCKConfig.ImageUpload )
112 GetE('frmUpload').action = FCKConfig.ImageUploadURL ;
388 FCKConfig.ImageBrowserURL,
389 FCKConfig.ImageBrowserWindowWidth,
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_image/
Dfck_image.js28 var FCKConfig = oEditor.FCKConfig ; variable
48 FCKConfig.ImageUpload = false;
49 if ( FCKConfig.ImageUpload )
52 if ( !FCKConfig.ImageDlgHideAdvanced )
126 GetE('tdBrowse').style.display = FCKConfig.ImageBrowser ? '' : 'none' ;
127 GetE('divLnkBrowseServer').style.display = FCKConfig.LinkBrowser ? '' : 'none' ;
132 if ( FCKConfig.ImageUpload )
133 GetE('frmUpload').action = FCKConfig.ImageUploadURL ;
155 GetE('tdBrowse').style.display = FCKConfig.ImageBrowser ? '' : 'none' ;
156 GetE('divLnkBrowseServer').style.display = FCKConfig.LinkBrowser ? '' : 'none' ;
[all …]
/plugin/wysiwyg/fckeditor/_samples/_plugins/findreplace/
Dfckplugin.js25 …DialogCommand( FCKLang['DlgMyFindTitle'] , FCKLang['DlgMyFindTitle'] , FCKConfig.PluginsPath + 'f…
26 …ogCommand( FCKLang['DlgMyReplaceTitle'], FCKLang['DlgMyReplaceTitle'] , FCKConfig.PluginsPath + 'f…
30 oFindItem.IconPath = FCKConfig.PluginsPath + 'findreplace/find.gif' ;
36 oReplaceItem.IconPath = FCKConfig.PluginsPath + 'findreplace/replace.gif' ;
/plugin/grensladawritezor/fckeditor/_samples/_plugins/findreplace/
Dfckplugin.js25 …DialogCommand( FCKLang['DlgMyFindTitle'] , FCKLang['DlgMyFindTitle'] , FCKConfig.PluginsPath + 'f…
26 …ogCommand( FCKLang['DlgMyReplaceTitle'], FCKLang['DlgMyReplaceTitle'] , FCKConfig.PluginsPath + 'f…
30 oFindItem.IconPath = FCKConfig.PluginsPath + 'findreplace/find.gif' ;
36 oReplaceItem.IconPath = FCKConfig.PluginsPath + 'findreplace/replace.gif' ;

123456