Name

richtexteditor

Synopsis

LZX: richtexteditor
JavaScript: richtexteditor
Type: Class
Access: public
Topic: Incubator.Rich Text Editor
Declared in: lps/components/incubator/rich-text/richtexteditor.lzx

Description

This is a complete, standalone rich text editor with toolbar. Just instantiate it as a normal view and you'll have a rich text editor with toolbar controls for bold, underline, italic, font color, font face, font name, hyperlink, remove format.

Superclass Chain

node (LzNode) » view (LzView) » richtexteditor

Known Subclasses

Details

LZX Synopsis

<class name="richtexteditor" extends=" LzView ">
</class>

JavaScript Synopsis

public richtexteditor extends  LzView  {
}