PHP Class dosamigos\ckeditor\CKEditorInline

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

Public Properties

Property 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

Public Methods

Method Description
init ( )
run ( )

Protected Methods

Method Description
registerPlugin ( ) Registers CKEditor plugin

Method Details

init() public method

public init ( )

registerPlugin() protected method

Registers CKEditor plugin
protected registerPlugin ( )

run() public method

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
return string