PHP Класс TbRedactorJS

Автор: : antonio ramirez ([email protected])
Наследование: extends CInputWidget
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$editorOptions {@link http://imperavi.com/redactor/docs/ redactor options}.
$height Editor height
$selector Selector pointing to textarea to initialize redactor for. Defaults to null meaning that textarea does not exist yet and will be rendered by this widget.
$width Editor width

Открытые методы

Метод Описание
init ( )
registerClientScript ( ) Register required script files

Описание методов

init() публичный Метод

public init ( )

registerClientScript() публичный Метод

Register required script files

Описание свойств

$editorOptions публичное свойство

{@link http://imperavi.com/redactor/docs/ redactor options}.
public $editorOptions

$height публичное свойство

Editor height
public $height

$selector публичное свойство

Selector pointing to textarea to initialize redactor for. Defaults to null meaning that textarea does not exist yet and will be rendered by this widget.
public $selector

$width публичное свойство

Editor width
public $width