Property | Type | Description | |
---|---|---|---|
$clientOptions | the options for the CKEditor 4 JS plugin. Please refer to the CKEditor 4 plugin Web page for possible options. | ||
$preset | the toolbar preset. It can be any of the following: - basic: will load the configuration on presets/basic.php - full: will load the configuration on presets/full.php - standard: will load the configuration on presets/standard.php - custom: configuration will be based on [[clientOptions]]. Defaults to 'standard'. It is important to note that any configuration item of the loaded presets can be overrided by [[clientOptions]] |
Method | Description | |
---|---|---|
initOptions ( ) | Initializes the widget options. |
protected initOptions ( ) |
public $clientOptions |
public $preset |