PHP 클래스 dosamigos\ckeditor\CKEditorInline

저자: Antonio Ramirez ([email protected])
상속: extends yii\base\Widget, use trait CKEditorTrait
파일 보기 프로젝트 열기: 2amigos/yii2-ckeditor-widget 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
init ( )
run ( )

보호된 메소드들

메소드 설명
registerPlugin ( ) Registers CKEditor plugin

메소드 상세

init() 공개 메소드

public init ( )

registerPlugin() 보호된 메소드

Registers CKEditor plugin
protected registerPlugin ( )

run() 공개 메소드

public run ( )

프로퍼티 상세

$disableAutoInline 공개적으로 프로퍼티

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

$options 공개적으로 프로퍼티

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

$tag 공개적으로 프로퍼티

public string $tag
리턴 string