PHP Class KindEditorWidget

Inheritance: extends CInputWidget
显示文件 Open project: yinhe/yincart

Public Properties

Property Type Description
$forceCopyAssets
$id
$items the kindeditor items configuration.
$language
$options

Public Methods

Method Description
getAssetsUrl ( )
init ( ) Initializes the widget.
run ( ) Runs the widget.

Protected Methods

Method Description
renderItems ( array $items ) Renders the items.
renderOptions ( $items )

Method Details

getAssetsUrl() public method

public getAssetsUrl ( )

init() public method

Initializes the widget.
public init ( )

renderItems() protected method

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

renderOptions() protected method

protected renderOptions ( $items )

run() public method

Runs the widget.
public run ( )

Property Details

$forceCopyAssets public_oe property

public $forceCopyAssets

$id public_oe property

public $id

$items public_oe property

the kindeditor items configuration.
public $items

$language public_oe property

public $language

$options public_oe property

public $options