PHP Class KindEditorWidget

Inheritance: extends CInputWidget
Afficher le fichier Open project: yinhe/yincart

Méthodes publiques

Свойство Type Description
$forceCopyAssets
$id
$items the kindeditor items configuration.
$language
$options

Méthodes publiques

Méthode Description
getAssetsUrl ( )
init ( ) Initializes the widget.
run ( ) Runs the widget.

Méthodes protégées

Méthode Description
renderItems ( array $items ) Renders the items.
renderOptions ( $items )

Method Details

getAssetsUrl() public méthode

public getAssetsUrl ( )

init() public méthode

Initializes the widget.
public init ( )

renderItems() protected méthode

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

renderOptions() protected méthode

protected renderOptions ( $items )

run() public méthode

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