This class can be used to edit HTML documents in Web forms using the FCKEditor.
It is a plug-in that extends Manuel Lemos' forms generation and validation class to implement a new custom input. It is an alternative to textarea inputs that is able to edit HTML instead of just plain text.
It features:
* The FCKEditor Javascript library is used to display and edit the html.
* It implements a custom event named ONCOMPLETE, that is triggered when the editor is completely loaded
* Multiple FCKEditor inputs can be displayed in the same form
* Degrades gracefully to textarea input when the current browser is not supported by FCKEditor
* Supports skin and configuration customization |