Home
last modified time | relevance | path

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

1234

/plugin/wysiwyg/fckeditor/
H A Dfckconfig.js29 FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
33 FCKConfig.DocType = '' ;
35 FCKConfig.BaseHref = '' ;
42 FCKConfig.Debug = false ;
45 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
46 FCKConfig.PreloadImages = [ FCKConfig.SkinPath + 'images/toolbar.start.gif', FCKConfig.SkinPath + '…
48 FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
167 FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ;
168 FCKConfig.TemplatesXmlPath = FCKConfig.EditorPath + 'fcktemplates.xml' ;
287 FCKConfig.LinkBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; // 70%
[all …]
/plugin/fckg/fckeditor/
H A Dfckconfig.js56 FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
57 FCKConfig.EditorAreaIEHackCSS = FCKConfig.BasePath + 'css/ie_hack.css' ;
61 FCKConfig.DocType = '' ;
73 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/' ;
77 FCKConfig.fckgRTLCSS=FCKConfig.BasePath + 'css/fck_editorarea_RTL.css';
81 FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
93 FCKConfig.EditorAreaCSS = FCKConfig.fckgRTLCSS;
208 FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ;
209 FCKConfig.TemplatesXmlPath = FCKConfig.EditorPath + 'fcktemplates.xml' ;
405 FCKConfig.SmileyPath = FCKConfig.BasePath + 'images/smiley/msn/' ;
[all …]
H A Dfckskin.js25 if(FCKConfig.FCKGSkinType) {
26 FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/' + FCKConfig.FCKGSkinType +'/' ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js35 FCKConfig.BasePath = FCKConfig.BasePath.replace( /\\/gi, '/' ) ;
44FCKConfig.BasePath = sFullProtocol + FCKConfig.BasePath.substring( 0, FCKConfig.BasePath.lastIndex…
45 FCKConfig.FullBasePath = FCKConfig.BasePath ;
50FCKConfig.FullBasePath = document.location.protocol + '//' + document.location.host + FCKConfig.Ba…
53 FCKConfig.EditorPath = FCKConfig.BasePath.replace( /editor\/$/, '' ) ;
64 FCKConfig.ScreenWidth = 800 ;
65 FCKConfig.ScreenHeight = 600 ;
92 FCKConfig[ sKey ] = sVal ;
117 var oConfig = FCKConfig ;
151 FCKConfig.Plugins = new Object() ;
[all …]
H A 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 ;
H A Dfck.js126 if ( FCKConfig.StartupFocus )
138 var sBlockTag = FCKConfig.EnterMode ;
217 var isFullPage = FCKConfig.FullPage ;
223 FCKConfig.IgnoreEmptyParagraphValue,
248 if ( FCKConfig.HtmlEncodeOutput )
374 if ( !FCKConfig.FullPage )
379 else if ( FCKConfig.ShowBorders )
515 if ( FCKConfig.FullPage )
525 FCKConfig.DocType +
841 …KeyHandler = new FCKEnterKey( FCK.EditorWindow, FCKConfig.EnterMode, FCKConfig.ShiftEnterMode, FCK…
[all …]
H A 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 )
113 if ( FCKConfig.ShowDropDialog )
146 html = FCKConfig.ProtectedSource.Protect( html ) ;
193 oPreloader.AddImages( FCKConfig.PreloadImages ) ;
196 oPreloader.AddImages( FCKConfig.SkinPath + 'fck_strip.gif' ) ;
222 if ( FCKConfig.ForcePasteAsPlainText )
[all …]
H A Dfckdebug.js29 …this.DebugWindow = window.open( FCKConfig.BasePath + 'fckdebug.html', 'FCKeditorDebug', 'menubar=n…
36 if ( ! FCKConfig.Debug )
48 if ( ! FCKConfig.Debug )
H A Dfckcommands.js66 … , FCKLang.DlgSmileyTitle , 'dialog/fck_smiley.html' , FCKConfig.SmileyWindowWidth, FCKConfig.Sm…
95 case 'Indent' : oCommand = new FCKIndentCommand( 'indent', FCKConfig.IndentLength ) ; break ;
96 …case 'Outdent' : oCommand = new FCKIndentCommand( 'outdent', FCKConfig.IndentLength * -1 ) ; break…
135 …case 'ShowBlocks' : oCommand = new FCKShowBlockCommand( 'ShowBlocks', FCKConfig.StartupShowBlocks …
160 return FCKConfig.FullPage ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
H A Dfcklanguagemanager.js87 if ( FCKConfig.AutoDetectLanguage )
99 return FCKConfig.DefaultLanguage ;
153 if ( this.AvailableLanguages[ FCKConfig.DefaultLanguage ] )
154 this.DefaultLanguage = FCKConfig.DefaultLanguage ;
/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample14.config.js31 FCKConfig.EditorAreaCSS = FCKConfig.BasePath + '../_samples/html/sample14.styles.css' ;
36 FCKConfig.CoreStyles.Bold = { Element : 'span', Attributes : { 'class' : 'Bold' } } ;
55 FCKConfig.CoreStyles.FontFace =
66 FCKConfig.CoreStyles.Size =
76 FCKConfig.EnableMoreFontColors = false ;
77 FCKConfig.FontColors = 'ff9900/FontColor1,0066cc/FontColor2,ff0000/FontColor3' ;
78 FCKConfig.CoreStyles.Color =
85 FCKConfig.CoreStyles.BackColor =
95 FCKConfig.IndentClasses = [ 'Indent1', 'Indent2', 'Indent3' ] ;
105 FCKConfig.StylesXmlPath = '' ;
[all …]
H A 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/
H A 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/
H A 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/fckg/fckeditor/editor/dialog/fck_flash/
H A 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/
H A Dfck_image.js27 var FCKConfig = oEditor.FCKConfig ; variable
37 if ( !bImageButton && !FCKConfig.ImageDlgHideLink )
40 if ( FCKConfig.ImageUpload )
43 if ( !FCKConfig.ImageDlgHideAdvanced )
111 if ( FCKConfig.ImageUpload )
394 FCKConfig.ImageBrowserURL,
395 FCKConfig.ImageBrowserWindowWidth,
396 FCKConfig.ImageBrowserWindowHeight ) ;
403 FCKConfig.LinkBrowserURL,
404 FCKConfig.LinkBrowserWindowWidth,
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js28 var FCKConfig = oEditor.FCKConfig ; variable
48 FCKConfig.ImageUpload = false;
49 if ( FCKConfig.ImageUpload )
52 if ( !FCKConfig.ImageDlgHideAdvanced )
132 if ( FCKConfig.ImageUpload )
161 if ( FCKConfig.ImageUpload )
514 FCKConfig.ImageBrowserURL,
515 FCKConfig.ImageBrowserWindowWidth,
523 FCKConfig.LinkBrowserURL,
524 FCKConfig.LinkBrowserWindowWidth,
[all …]
/plugin/wysiwyg/fckeditor/_samples/_plugins/findreplace/
H A 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/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckspellcheckcommand_ie.js28 …this.IsEnabled = ( FCKConfig.SpellChecker == 'ieSpell' || FCKConfig.SpellChecker == 'SpellerPages'…
33 switch ( FCKConfig.SpellChecker )
57 window.open( FCKConfig.IeSpellDownloadUrl , 'IeSpellDownload' ) ;
H A Dfckindentcommands.js28 …this.IndentCSSProperty = FCKConfig.ContentLangDirection.IEquals( 'ltr' ) ? 'marginLeft' : 'marginR…
33 if ( FCKConfig.IndentClasses && FCKConfig.IndentClasses.length > 0 )
37 for ( var i = 0 ; i < FCKConfig.IndentClasses.length ;i++ )
38 this._IndentClassMap[FCKConfig.IndentClasses[i]] = i + 1 ;
39 …this._ClassNameRegex = new RegExp( '(?:^|\\s+)(' + FCKConfig.IndentClasses.join( '|' ) + ')(?=$|\\…
118 ( this.Name == 'indent' && indentStep == FCKConfig.IndentClasses.length ) )
164 indentStep = Math.min( indentStep, FCKConfig.IndentClasses.length ) ;
171 FCKConfig.IndentClasses[indentStep - 1] ;
182 … block.style[this.IndentCSSProperty] = currentOffset ? currentOffset + FCKConfig.IndentUnit : '' ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js27 var FCKConfig = oEditor.FCKConfig ; variable
36 if ( !FCKConfig.LinkDlgHideTarget )
39 if ( FCKConfig.LinkUpload )
42 if ( !FCKConfig.LinkDlgHideAdvanced )
152 if ( FCKConfig.LinkUpload )
153 GetE('frmUpload').action = FCKConfig.LinkUploadURL ;
340 if ( !FCKConfig.LinkDlgHideTarget )
343 if ( FCKConfig.LinkUpload )
346 if ( !FCKConfig.LinkDlgHideAdvanced )
630 …OpenFileBrowser( FCKConfig.LinkBrowserURL, FCKConfig.LinkBrowserWindowWidth, FCKConfig.LinkBrowser…
[all …]
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/
H A Dfckplugin.js108 FCKConfig.EnterMode = 'br' ;
112 FCKConfig.ForcePasteAsPlainText = true ;
119 FCKConfig.ToolbarSets["Default"] = [
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js9 oInsertSignature.IconPath = FCKConfig.PluginsPath + 'signature/sig.png' ;
37 …var mail = '&mdash; <i><a href="mailto:' + FCKConfig.fckgUserMail+'">' + FCKConfig.fckgUserName +'…
/plugin/fckg/fckeditor/editor/plugins/bbcode/
H A Dfckplugin.js108 FCKConfig.EnterMode = 'br' ;
112 FCKConfig.ForcePasteAsPlainText = true ;
119 FCKConfig.ToolbarSets["Default"] = [
/plugin/wysiwyg/fckeditor/editor/plugins/autogrow/
H A Dfckplugin.js50 if ( iDiff > 0 && iMainFrameSize < FCKConfig.AutoGrowMax )
53 if ( iMainFrameSize > FCKConfig.AutoGrowMax )
54 iMainFrameSize = FCKConfig.AutoGrowMax ;

1234