


To enable this plugin include the following line in your editor configuration:
FCKConfig.Plugins.Add( 'tablesort', 'en' ) ;
After that the new context menu item 'Sort Table' will be available.

To enable this plugin include the following line in your editor configuration:
FCKConfig.Plugins.Add( 'tableoneclick' ) ;
After that add the 'TableOC' button to your toolbar:
...,'Table','TableOC']
Now editor supports definition lists. Just add the 'definitionlist' plugin:
FCKConfig.Plugins.Add( 'definitionlist', 'en' ) ;
After that add the following buttons to your toolbar:
['DefinitionList','DefinitionTerm','DefinitionDescription']
Use Tab / Shift+Tab to toggle between DT and DD. Enter key also toggles DT/DD.
Source code beautifier is no logner available by default. To enable this feature add the following lines in editor configuration:
FCKConfig.Plugins.Add( 'dekicodeformatter' ) ; FCKConfig.BeautifySource = true ;
When inserting an image smaller than the original, a link is inserted to view the fullsize image. If the image already has a link, then the link is not updated.
Now this spellchecker provided by SpellChecker.net is used by default.
Images attached via 'Attach and Insert Images' button will be automatically inserted on the page.
If you use the floating toolbar the autogrow of the source now is available for you. And you can enable/disable autogrow for WYSIWYG/Source modes separately. The following editor's config options are available:
FCKConfig.AutoGrow = true ; FCKConfig.SourceAutoGrow = true ; FCKConfig.IESourceAutoGrow = false ;
Unfortunally, the new feature is disabled in IE by default because of IE's bug. If you'll set FCKConfig.IESourceAutoGrow to true you'll be unable to use native browser's undo/redo operations in source mode.
Just look at the following examples:
Example 1
Source mode of the editor, Kilen Woods:

The same code, Lyons:

Example 2
Kilen Woods:

The same code, Lyons:

Beautifier also supports FormatIndentator config param.
To enable this feature just add the config param in your editor's configuration:
FCKConfig.BeautifySource = true ;
| File | Version | Size | Modified | |
|---|---|---|---|---|
| ||||
| ||||
| ||||
| ||||
Copyright © 2011 MindTouch, Inc. Powered by
i didn't manage to add the sort table feature.
would appreciate if you can provide step by step guide.