This plug-in is based on fcklistcommands.js and provides functionality to easy creation of definition lists. Enter key will toggle between Definition Term and Definition Description. Enter key on empty Definition Term will convert it to paragraph.
This plug-in is stand-alone version of MindTouch editor plug-in. For more information see http://developer.mindtouch.com/Deki/Editor/Plug-in%3a_Definition_lists
Installation
Unzip plug-in into your FCKeditor plug-ins folder. Include the following line to your FCKeditor configuration:
FCKConfig.Plugins.Add( 'definitionlist', 'en' ) ;
After that add the following buttons to your toolbar:
['DefinitionList','DefinitionTerm','DefinitionDescription']
NOTE: This plug-in overrides the FCKEnterKey.prototype._ExecuteEnterBlock function.
Added Spanish localization (thanks to Gaston Martini)