PHP Class dosamigos\ckeditor\CKEditorInline

Author: Antonio Ramirez ([email protected])
Inheritance: extends yii\base\Widget, use trait CKEditorTrait
Afficher le fichier Open project: 2amigos/yii2-ckeditor-widget Class Usage Examples

Méthodes publiques

Свойство Type Description
$disableAutoInline disables creating the inline editor automatically for elements with contenteditable attribute set to the true. Defaults to true.
$options the HTML attributes for the input tag.
$tag string

Méthodes publiques

Méthode Description
init ( )
run ( )

Méthodes protégées

Méthode Description
registerPlugin ( ) Registers CKEditor plugin

Method Details

init() public méthode

public init ( )

registerPlugin() protected méthode

Registers CKEditor plugin
protected registerPlugin ( )

run() public méthode

public run ( )

Property Details

$disableAutoInline public_oe property

disables creating the inline editor automatically for elements with contenteditable attribute set to the true. Defaults to true.
public $disableAutoInline

$options public_oe property

the HTML attributes for the input tag.
See also: yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered.
public $options

$tag public_oe property

public string $tag
Résultat string