The RichTextArea component allows the user to edit rich text. The rich text format is HTML.
A RichTextRenderer compliant object is used to control what commands are available to the user, such as bold, underline or bullets.
The DefaultRichTextRenderer implements RichTextRenderer and can be used on most occasions.
Since the component is derived from TextComponent, it data model is a Document.
|