This plugin offers an integrated open-source rich-text WYSIWYG editor, FCKEditor, to be used as a control inside QCubed. The idea here is "what you see is what you get": the user can do a little bit of text processing right inside of your application: make text bold, introduce bullets, etc - all with an intuitive point-and-click interface, a-la Microsoft Word, and without security risks for your server.
To use it, just instantiate a QFCKEditor control the same way you would a QTextBox. Set its width and height, and you're good to go. One important gotcha: the QForm that's hosting QFCKEditor must use QServerAction - QAjaxAction will not work well with the rich-text editor.
If you want to make customizations to how the QFCKEditor looks (for example, change the color scheme of the toolbar) or what the users can do with it (for example, allow them to add tables), you should know about the QFCKEditor configuration file: /assets/js/fckeditor_config.js. To learn more about the options you can specify in this file, refer to the FCKEditor configuration documentation.
Hello <b>world</b>. How <i>are</i> you?
Click Me
Click the button to display the text from the textbox.