Public Member Functions

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
 Return 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)
 Resizes 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]

Resizes 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, and only block widgets can be given a size reliably.

When inserted in a layout manager, the widget may be informed about its current size using setLayoutSizeAware(). If you have defined a "wtResize()" JavaScript method for the widget, then this method will also be called. operation.

See also:
width(), height()

Reimplemented from Wt::WWebWidget.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator

Generated on Fri Jul 8 2011 for the C++ Web Toolkit (Wt) by doxygen 1.7.2