Public Member Functions | |
TextEdit (WContainerWidget *parent=0) | |
Create a rich text editor with empty text. | |
TextEdit (const WString &text, WContainerWidget *parent=0) | |
Create a rich text editor initialized with the given HTML text. | |
void | setText (const WString &value) |
Set the text. | |
const WString & | text () const |
Get the text. | |
void | setLinkDefault (const WString &text, const WString &location) |
Set the default location and link text used when inserting a link. | |
void | setEnableAlignments (bool enable) |
Enable or disable alignment buttons. | |
void | setEnableColors (bool enable) |
Enable or disable changing of text color. | |
void | setEnableFont (bool enable) |
Enable or disable changing of text font. | |
void | setEnableFormat (bool enable) |
Enable or disable changing of text formatting. | |
void | setEnableLinks (bool enable) |
Enable or disable insertion of links. | |
void | setEnableLists (bool enable) |
Enable or disable insertion of lists. | |
void | setEnableSourceEdit (bool enable) |
Enable or disable a view which shows the raw HTML source. | |
virtual WValidator::State | validate () |
Validate the field. |
A rich-text editor that provides interactive editing of HTML, including basic mark-up (font, formatting, color, links, and lists).
TextEdit