<richtexteditor>

JavaScript: lz.richtexteditor
extends <view> » <node> » lz.Eventable »
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.

Methods

getHTMLText()
richtexteditor.getHTMLText();

getText()
richtexteditor.getText();

setHTMLText()
richtexteditor.setHTMLText(txt);
Parameter Name Type Description
txt    

setText()
richtexteditor.setText(txt);
Parameter Name Type Description
txt    

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy