PHP Class skeeks\cms\widgets\formInputs\selectTree\SelectTreeInputWidget

Inheritance: extends yii\widgets\InputWidget
Afficher le fichier Open project: skeeks-cms/cms

Méthodes publiques

Свойство Type Description
$autoIdPrefix
$clientOptions array
$isAllowNodeSelectCallback null | callable
$multiple boolean
$treeWidgetClass
$treeWidgetOptions array
$wrapperOptions array

Méthodes publiques

Méthode Description
getNodeName ( $tree ) : string
getSections ( ) : skeeks\cms\models\CmsTree[]
init ( )
registerAssets ( )
renderNodeControll ( $model ) : string
renderNodeName ( $model ) : string
run ( )

Method Details

getNodeName() public méthode

public getNodeName ( $tree ) : string
Résultat string

getSections() public méthode

public getSections ( ) : skeeks\cms\models\CmsTree[]
Résultat skeeks\cms\models\CmsTree[]

init() public méthode

public init ( )

registerAssets() public méthode

public registerAssets ( )

renderNodeControll() public méthode

public renderNodeControll ( $model ) : string
$model
Résultat string

renderNodeName() public méthode

public renderNodeName ( $model ) : string
$model
Résultat string

run() public méthode

public run ( )

Property Details

$autoIdPrefix public_oe static_oe property

public static $autoIdPrefix

$clientOptions public_oe property

public array $clientOptions
Résultat array

$isAllowNodeSelectCallback public_oe property

public null|callable $isAllowNodeSelectCallback
Résultat null | callable

$multiple public_oe property

public bool $multiple
Résultat boolean

$treeWidgetClass public_oe property

public $treeWidgetClass

$treeWidgetOptions public_oe property

See also: skeeks\cms\widgets\tree\CmsTreeWidget options
public array $treeWidgetOptions
Résultat array

$wrapperOptions public_oe property

public array $wrapperOptions
Résultat array