PHP 트레잇 dosamigos\ckeditor\CKEditorTrait

저자: Antonio Ramirez ([email protected])
파일 보기 프로젝트 열기: 2amigos/yii2-ckeditor-widget

공개 프로퍼티들

프로퍼티 타입 설명
$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