Field Summary |
public
| selectionHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
|
|
Property Summary |
public
| mode: Number (write)
|
| Sets the mode of the component. If set to 0, the html format is on. If set to 1, the html tags are visible and are editable.
|
|
public
| mode: Number (read)
|
| Gets the mode of the component.
|
|
public
| newTextFormat: TextFormat (write-only)
|
| Sets the text format of the component.
|
|
public
| updateInterval: Number (write)
|
| Sets the update speed of the rich text area.
|
|
public
| updateInterval: Number (read)
|
| Gets the update speed of the rich text area.
|
|
| Properties inherited from class com.bjc.controls.TextAreacondenseWhite, editable, hscroll, maxChars, maxhscroll, maxscroll, password, restrict, scroll, scrollBarWidth, selectable, text, textField, textHeight, wordWrap |
|
|
|
Constructor |
public
| RichTextArea (
Void)
|
|
|
|
Method Summary |
public static
| create (
target: MovieClip, id: String, depth: Number, initObj: Object
): RichTextArea |
| Static method used to create an instance of a RichTextArea on stage at run time.
|
|
public
| setFormatProperty (
name: String, value: Object
): Void |
| This method may be used to set text format properties to the text selection.
|
|
|
|
|