PHP Трейт dosamigos\ckeditor\CKEditorTrait

Автор: Antonio Ramirez ([email protected])
Показать файл Открыть проект

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

Свойство Тип Описание
$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]]

Защищенные методы

Метод Описание
initOptions ( ) Initializes the widget options.

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

initOptions() защищенный метод

This method sets the default values for various options.
protected initOptions ( )

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

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

the options for the CKEditor 4 JS plugin. Please refer to the CKEditor 4 plugin Web page for possible options.
См. также: http://docs.ckeditor.com/#!/guide/dev_installation
public $clientOptions

$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]]
public $preset