PHP 클래스 KindEditorWidget

상속: extends CInputWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$forceCopyAssets
$id
$items the kindeditor items configuration.
$language
$options

공개 메소드들

메소드 설명
getAssetsUrl ( )
init ( ) Initializes the widget.
run ( ) Runs the widget.

보호된 메소드들

메소드 설명
renderItems ( array $items ) Renders the items.
renderOptions ( $items )

메소드 상세

getAssetsUrl() 공개 메소드

public getAssetsUrl ( )

init() 공개 메소드

Initializes the widget.
public init ( )

renderItems() 보호된 메소드

Renders the items.
protected renderItems ( array $items )
$items array the item configuration.

renderOptions() 보호된 메소드

protected renderOptions ( $items )

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$forceCopyAssets 공개적으로 프로퍼티

public $forceCopyAssets

$id 공개적으로 프로퍼티

public $id

$items 공개적으로 프로퍼티

the kindeditor items configuration.
public $items

$language 공개적으로 프로퍼티

public $language

$options 공개적으로 프로퍼티

public $options