Class dosamigos\ckeditor\CKEditor
Inheritance | dosamigos\ckeditor\CKEditor » yii\widgets\InputWidget |
---|---|
Uses Traits | dosamigos\ckeditor\CKEditorTrait |
CKEditor renders a CKEditor js plugin for classic editing.
See also http://docs.ckeditor.com/.
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$clientOptions | array | The options for the CKEditor 4 JS plugin. | dosamigos\ckeditor\CKEditorTrait |
$preset | string | The toolbar preset. | dosamigos\ckeditor\CKEditorTrait |
Public Methods
Method | Description | Defined By |
---|---|---|
init() | dosamigos\ckeditor\CKEditor | |
run() | dosamigos\ckeditor\CKEditor |
Protected Methods
Method | Description | Defined By |
---|---|---|
initOptions() | Initializes the widget options. | dosamigos\ckeditor\CKEditorTrait |
registerPlugin() | Registers CKEditor plugin | dosamigos\ckeditor\CKEditor |
Method Details
public void init ( ) |
Registers CKEditor plugin
protected void registerPlugin ( ) |
public void run ( ) |