Common Description:
1.FCKConfig.SkinPath = FCKConfig.BasePath + 'skins / default /'; this is to control the style of the fck editor, there are other two options, one is office2003 style, there is a gray-style are only required to replace the above can be the default. Specific path in the web \ fckeditor \ editor \ skins can be found under.
2.FCKConfig.DefaultLanguage = 'zh-cn'; Supporting this is the default language, fck editor in support of a good many languages, if we do not consider the internationalization of the case, you can put the language files are deleted. Path at \ web \ fckeditor \ editor \ lang, I only retained zh-cn.
FCKConfig.TabSpaces = 8; This is set tab keys. 0 for the tab key is not in force, one for the tab key length of one, I set to 8.
3.FCKConfig.ToolbarSets [ "Default"]; settings fck editor toolbar, I just retained the [ 'ImageButton']. This speed is faster.
4FCKConfig.Keystrokes; settings fck editor's shortcut keys, if you do not want users to use, comment out it.
5.FCKConfig.ImageDlgHideLink = true;
6.FCKConfig.ImageDlgHideAdvanced = true; settings when the Link Upload Image Tab and Advanced Tab it shows that if you want to hide on the set to true.
=== All the configuration described below :======
1. FCKConfig.CustomConfigurationsPath =''; / / custom configuration file path and name
2. FCKConfigFCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css / fck_editorarea.css'; / / Edit the style sheet document area
3. FCKConfig.EditorAreaStyles =''; / / Edit the style sheet style areas
4. FCKConfig.ToolbarComboPreviewCSS =''; / / Toolbar preview CSS
5. FCKConfig.DocType =''; / / document type
6. FCKConfig.BaseHref =''; / / relative link to the base address
7. FCKConfig.FullPage = false; / / whether to allow editing of the HTML document, or only allows you to edit the content of inter-BODY
8. FCKConfig.StartupShowBlocks = false; / / decide whether to enable the "display module"
9. FCKConfig.Debug = false; / / whether or not to open debug function
10. FCKConfigFCKConfig.SkinPath = FCKConfig.BasePath + 'skins / default /'; / / skin path
11. FCKConfig.PreloadImages =... / / pre-installed into the picture
12. FCKConfigFCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins /'; / / plug-ins path
13. FCKConfig.AutoDetectLanguage = true; / / Detect language automatically
14. FCKConfig.DefaultLanguage = 'zh-cn'; / / default language
15. FCKConfig.ContentLangDirection = 'ltr'; / / default language direction, optional "ltr / rtl", that is, from left to right or right-to-left
16. FCKConfig.ProcessHTMLEntities = true; / / deal with HTML entities
17. FCKConfig.IncludeLatinEntities = true; / / include the Latin
18. FCKConfig.IncludeGreekEntities = true; / / include the Greek
19. FCKConfig.ProcessNumericEntities = false; / / figure deal with entities
20. FCKConfig.AdditionalNumericEntities =''; / / additional digital entities
21. FCKConfig.FillEmptyBlocks = true; / / whether or not fill empty block
22. FCKConfig.FormatSource = true; / / in the switch to code view automatically format code
23. FCKConfig.FormatOutput = true; / / When the output content is automatically formatted code
24. FCKConfig.FormatIndentator = ''; / / When the source code format under the indent character
25. FCKConfig.StartupFocus = false; / / turned on whether the focus to the editor, that is, whether or not to open the page when the cursor stays at the FCKeditor
26. FCKConfig.ForcePasteAsPlainText = false; / / whether or not mandatory for the pure paste the contents of the documents
27. FCKConfig.AutoDetectPasteFromWord = true; / / whether or not automatic detection paste from word documents, only supports IE
28. FCKConfig.ShowDropDialog = true; / / whether to display the drop-down menu
29. FCKConfig.ForceSimpleAmpersand = false; / / does not put ampersand is converted to XML entities
30. FCKConfig.TabSpaces = 0; / / press the Tab key when the cursor tabbing a few, the default value is zero for non-tabbing
31. FCKConfig.ShowBorders = true; / / merge Border
32. FCKConfig.SourcePopup = false; / / pop
33. FCKConfig.ToolbarStartExpanded = true; / / Start the default FCKeditor toolbar whether to initiate an
34. FCKConfig.ToolbarCanCollapse = true; / / whether to allow collapse or expand toolbar
35. FCKConfig.IgnoreEmptyParagraphValue = true; / / ignore empty paragraph if the value of
36. FCKConfig.FloatingPanelsZIndex = 10000; / / floating panel index
37. FCKConfig.HtmlEncodeOutput = false; / / whether to output HTML coding
38. FCKConfig.TemplateReplaceAll = true; / / whether or not to replace all the template
39. FCKConfig.ToolbarLocation = 'In'; / / Toolbar position
40. FCKConfig.CustomConfigurationsPath =''; / / custom configuration file path and name
41. FCKConfigFCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css / fck_editorarea.css'; / / Edit the style sheet document area
42. FCKConfig.BaseHref =''; / / relative link to the base address
43. FCKConfig.Debug = true / false; / / whether the debugging features turned on, when the call FCKDebug.Output () when debugging window at the output content
44. FCKConfigFCKConfig.SkinPath = FCKConfig.BasePath + 'skins / default /'; / / set skin
45. FCKConfig.AutoDetectLanguage = true / false; / / Detect language automatically
46. FCKConfig.DefaultLanguage = 'zh-cn'; / / Set default language
47. FCKConfig.ContentLangDirection = 'ltr / rtr'; / / default language direction, ltr left, rtr right
48. FCKConfig.FillEmptyBlocks = true / false; / / use this feature, you can empty block-level element by a space to replace
49. FCKConfig.FormatSource = true / false; / / switch to code view, code is automatically formatted
50. FCKConfig.FormatOutput = true / false; / / When the output content is automatically formatted code
51. FCKConfig.FormatIndentator = ""; / / When in the "source format" under the code used by indent characters
52. FCKConfig.GeckoUseSPAN = true / false; / / whether to allow SPAN tag in place of B, I, U tag
53. FCKConfig.StartupFocus = true / false; / / turned on whether the FOCUS to the Editor
54. FCKConfig.ForcePasteAsPlainText = true / false; / / mandatory Paste as plain text
55. FCKConfig.ForceSimpleAmpersand = true / false; / / does not put ampersand is converted to XML entities
56. FCKConfig.TabSpaces = 0 / 1; / / TAB is valid
57. FCKConfig.TabSpaces = 4; / / TAB key spaces generated by the number of characters
58. FCKConfig.ShowBorders = true / false; / / whether the merger of Border
59. FCKConfig.ToolbarStartExpanded = true / false; / / page loading time, the Toolbar is to start point "Expand Toolbar" appears when
60. FCKConfig.ToolBarCanCollapse = true / false; / / whether to allow the toolbar to start folding
61. FCKConfig.ToolbarSets = object; / / Editor toolbar, you can self-definition, deletion, can refer to has been in existence Toolbar
62. FCKConfig.EnterMode = 'p'; / / Editor directly enter, in the code generation, optional for p | div | br
63. FCKConfig.ShiftEnterMode = 'br'; / / Editor Shift + Enter, in the code generation, optional for p | div | br
64. FCKConfig.ContextMenu = string array; / / Right Menu contents
65. FCKConfig.FontColors = ""; / / text color list
66. FCKConfig.FontNames = ""; / / Font List
67. FCKConfig.FontSizes = ""; / / name list
68. FCKConfig.FontFormats = ""; / / text format list
69. FCKConfig.StylesXmlPath = ""; / / CSS style list XML file
70. FCKConfig.TemplatesXmlPath = ""; / / template of the XML file location
71. FCKConfig.SpellChecker = "ieSpell / Spellerpages"; / / Spell Checker
72. FCKConfig.IeSpellDownloadUrl = ""; / / download URL Spelling Checker
73. FCKConfigFCKConfig.SmileyPath = FCKConfig.BasePath + 'images / smiley / msn /'; / / expression files path
74. FCKConfig.SmileyImages =''; / / expression file name list, the specific reference to the default settings
75. FCKConfig.SmileyColumns = 8; / / expression expression window displays the number of rows
76. FCKConfig.SmileyWindowWidth = 320; / / expression width of the window display, this window will document changes in the expression for the adjustment
77. FCKConfig.SmileyWindowHeight = 240; / / window displays a high degree of expression, because expression of this window will document changes in adjusted
78. FCKConfig.FullPage = true / false; / / whether to allow editing of the HTML document, or only allows you to edit the content of inter-BODY
79.
80.
81. From Set
82.
83. Var _FileBrowserLanguage = 'php'; / / asp | aspx | cfm | lasso | perl | php | py
84. Var _QuickUploadLanguage = 'php'; / / asp | aspx | cfm | lasso | php
85. / / The first is the file browser to use the language, and the second Express From the language, you need to change the
86. FCKConfig.LinkUploadAllowedExtensions = ""; / / empty for all
87. FCKConfig.LinkUploadDeniedExtensions = ". (Php | php3 | php5 | phtml | asp | aspx | ascx | jsp | cfm | cfc | pl | bat | exe | dll | reg | cgi) $"
88. / / This is to allow and two refuse to upload the list of file types
89. FCKConfig.ImageBrowser = false; whether to insert a picture at the opening of the server function inside the file browser functionality
90. FCKConfigFCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager / browser / default / browser.html? Type = ImageConnector = connectors /' + _FileBrowserLanguage + '/ connector.' + _FileBrowserExtension;
91. Type = Image file types that are image files that the browser will navigate to the file upload path / image / folder below
92. FCKConfig.FlashBrowser = false; whether the flash function to insert at the opening of the server file browser functionality
93. FCKConfig.LinkUpload = false; is enabled to insert a link Express upload feature
94. FCKConfig.ImageUpload = false; whether or not to enable rapid image upload feature
95. FCKConfig.FlashUpload = false; whether the opening of the flash upload feature







