PHP Класс TbCKEditor

Supports new CKEditor 4
Автор: Antonio Ramirez ([email protected])
Наследование: extends CInputWidget
Показать файл Открыть проект

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

Свойство Тип Описание
$editorOptions the CKEditor options
$form when created via TbActiveForm This attribute is set to the form that renders the widget

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

Метод Описание
registerClientScript ( string $id ) ### .registerClientScript()
run ( ) ### .run()

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

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

Registers required javascript
public registerClientScript ( string $id )
$id string

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

Display editor
public run ( )

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

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

the CKEditor options
См. также:
С версии: 10/30/12 10:40 AM the Editor used is CKEditor 4 Beta will be updated as final version is done
public $editorOptions

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

when created via TbActiveForm This attribute is set to the form that renders the widget
public $form