| /plugin/grensladawritezor/fckeditor/ |
| D | fckconfig.js | 28 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/ |
| D | fckconfig.js | 27 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/ |
| D | fckconfig.js | 46 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 …]
|
| D | fckskin.js | 25 if(FCKConfig.FCKGSkinType) { 26 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/' + FCKConfig.FCKGSkinType +'/' ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckconfig.js | 24 var FCKConfig = FCK.Config = new Object() ; variable 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 …FCKConfig.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 …]
|
| D | fck.js | 74 …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 …]
|
| D | fckxhtmlentities.js | 34 if ( FCKConfig.ProcessHTMLEntities ) 184 if ( FCKConfig.IncludeLatinEntities ) 266 if ( FCKConfig.IncludeGreekEntities ) 345 if ( FCKConfig.ProcessNumericEntities ) 348 var sAdditional = FCKConfig.AdditionalNumericEntities ; 351 sRegexPattern += '|' + FCKConfig.AdditionalNumericEntities ;
|
| D | fck_ie.js | 32 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/ |
| D | sample14.config.js | 31 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 …]
|
| D | sample06.config.js | 25 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/ |
| D | fckconfig.js | 24 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 …]
|
| D | fck.js | 68 …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 …]
|
| D | fckxhtmlentities.js | 34 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/ |
| D | sample06.config.js | 25 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/ |
| D | fckdataprocessor.js | 50 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/ |
| D | fck_flash.js | 27 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/ |
| D | fck_flash.js | 27 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/ |
| D | fcktoolbarfontformatcombo.js | 50 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(';') ;
|
| D | fcktoolbarstylecombo.js | 46 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/ |
| D | fck_flash.js | 28 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/ |
| D | fck_image.js | 27 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/ |
| D | fck_image.js | 27 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/ |
| D | fck_image.js | 28 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/ |
| D | fckplugin.js | 25 …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/ |
| D | fckplugin.js | 25 …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' ;
|