PHP Class TbCKEditor

Supports new CKEditor 4
Author: Antonio Ramirez ([email protected])
Inheritance: extends CInputWidget
Afficher le fichier Open project: yinhe/yincart

Méthodes publiques

Свойство Type Description
$editorOptions the CKEditor options
$form when created via TbActiveForm This attribute is set to the form that renders the widget

Méthodes publiques

Méthode Description
registerClientScript ( string $id ) ### .registerClientScript()
run ( ) ### .run()

Method Details

registerClientScript() public méthode

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

run() public méthode

Display editor
public run ( )

Property Details

$editorOptions public_oe property

the CKEditor options
See also:
Since: 10/30/12 10:40 AM the Editor used is CKEditor 4 Beta will be updated as final version is done
public $editorOptions

$form public_oe property

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