Lightnote CMS - web 2.0 content management system

Rich Text Editor

Represents Rich Text Editor (WYSIWYG).

On this page

XML Configuration

Element name: rte

Attribute Name Type Required Default Description
name String Yes n / a Variable name of user control. Which you can use whether in your template file, or in your extension.
friendlyName String No n / a
Control's friendly name displayed in CMS backend.
<userControls>
    <rte name="myrte" friendlyName="My Rich Text Editor"></rte>
</userControls>

PHP Class

Class name: UC_rte

Methods
string GetValue()

Returns the value of the control.

Returns string
string SetValue(value)

Sets the value of the control.

Parameters
string value - new value.