rteaddimage.lzx
<canvas width="100%" height="400">
<include href="extensions/rte.lzx"/>
<rte width="600" height="400">Initial contents of the component.
<method name="rte_bold_callback" args="txt">
// Turn all the text bold
this.setAttribute ('text', '<b>' + txt + '</b>');
</method>
<method name="rte_bold" args="ignore">
this.getText(new LzDelegate(this, 'rte_bold_callback'));
</method>
<handler name="oneditorready">
this.addButton ({value:'All Bold'}, new LzDelegate(this, 'rte_bold'));
</handler>
</rte>
</canvas>
Cross References
Includes