WTUI Docs

WTUI  1.0.0

WTUI Docs > WTUI > WTUI.RichTextControl
Search:
 
Filters

Class WTUI.RichTextControl

A Rich Text Control

Tag

<wtui:control type="WTUI.RichTextControl"/>

The tag for WTUI.RichTextControl

Example:

<wtui:control type="WTUI.RichTextControl" id="exampleid" />
Parameters:
id <String> (optional) The id of the rich text control
name <String> (optional) The name of the control if it is used within a form
value <String> (optional) The value of the control

Methods

getValue

String getValue ( )

Get the value

Returns: String
The value of the control

reset

void reset ( )

Reset the control to its original value

Returns: void

setValue

void setValue ( value )

Set the value

Parameters:
value <String> The value
Returns: void

WTUI