Form field name:
The name of the editor instance
Width:
The with of the Editor (in pixel or in percent)
Height:
The height of the Editor (in pixel or in percent)
Skin:
Carriage return:
You can choise if insert the <BR> tag or the <P> tag on the return button
Font list:
The list of font disponible in the Editor
Add font:
The combo has all the font in your Dw settings and on selecting the font is added to the font list
Remove selected font:
Remove the selected from the font list
Css file path:
The path os the Css file.
All the Css style in this file will be in the Style combo of the editor.
I write an asp function that autodetect run-time all the style in this file and put them into the style combo of the editor.
The name of the style can contains : A-Z a-z 0-9 _ - and must start with a point like this example:
.title
{
font-size:
14px;
font-weight:bold;
color:#003333;
text-align:center;
}
Font size
You can select the font sizes disponible in the editor
Language autodetect:
Multi-language support with automatic user language detection.
Including Right to Left scripting.
If checked the editor auto-detect the language of the user.
Supported language are:
Arabic - Bulgarian - Bosnian - Catalan - Czech - Danish - German - English - Esperanto - Spanish - Estonian - Persian - Finnish - French - Galician - Greek - Hebrew - Croatian - Hungarian - Italian - Japanese - Korean - Lithuanian - Dutch - Norwegian - Polish - Portuguese (Portugal) - Portuguese (Brazil) - Romanian - Russian - Slovak - Slovenian - Serbian (Cyrillic) - Serbian (Latin) - Swedish - Thai - Turkish - ChineseTraditional - ChineseSimplified
Default language:
If the language autodetect checkbox is not checked this will be the language for the editor.
Templates support:
The new "Templates" command is now available. Now the user can select from a list of pre-build HTML and fill the editor with it. With FCKeditor, the end user can have the possibility to select a template from a list by clicking in the "Templates" icon in the toolbar. A template is a piece of HTML that is placed inside the editor, in this way the user doesn't need to start writing it from scratch, but a designer can prepare well designed templates, avoiding user errors before they happen. After you insert the Template button in "your toolbar" you must select the Tamplate folder in the Main panel.
This folder must be in the site root.
The Editor, when you click on the Template button, scan this folder and get the name of all the HTML and HTM file and create the template list that will be displaied in the Template popup window.
You can also add an image that will be show as the preview of the template. The image must have the same name of the page but with extension .gif or .jpeg or .bmp or .png.
When the user click on one of this template the editor get all the code of this file and replace the editor content with this. In this file you must enter anly valid HTML code without Javascript or any other server code and I don't verify this. Test on the demo page how works the templates

Save the Editor setting to use in other pages, so you don't need create a new editor for each page
Use a saved Editor
The Editor file setting is saved in the folder:
C:\Documents and Settings\<YourUser>\Application Data\Macromedia\Dreamweaver 8\Configuration\Shared\DwZone\WYSIWIG Html Editor\Editor.xml
OnLoad message:
The editor display a message during the Js files loading. You can personalize this message on modify the HTML file located in the folder:
/FckEditor/plugins/EditorLoadWait/EditorLoadWait.html
Lock background:
The new release use the floating dialog system, avoiding problems with popup blockers and enhancing the editor usability. With this 2 parameters you can setup the background-color and the background-opacity of the layer that lock the page when a floating dialog is open.