Wt::Ext::TextEdit Class Reference
[Ext widgets]

A rich-text editor. More...

#include <Ext/TextEdit>

Inheritance diagram for Wt::Ext::TextEdit:

Inheritance graph
[legend]

List of all members.

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 WStringtext () 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 void resize (const WLength &width, const WLength &height)
 Resize the widget.
virtual WValidator::State validate ()
 Validate the field.


Detailed Description

A rich-text editor.

A rich-text editor that provides interactive editing of HTML, including basic mark-up (font, formatting, color, links, and lists).

ExtTextEdit-1.png

TextEdit

Note:
This widget does not work in XHTML documents. Use WTextEdit instead.

Member Function Documentation

void Wt::Ext::TextEdit::resize ( const WLength width,
const WLength height 
) [virtual]

Resize the widget.

Specify a new size for this widget, by specifying width and height. By default a widget has automatic width and height, see WLength::isAuto().

This applies to CSS-based layout.

See also:
width(), height()

Reimplemented from Wt::WWebWidget.


Generated on Mon Jan 26 14:14:15 2009 for Wt by doxygen 1.5.6