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

Inheritance: extends yii\widgets\InputWidget
Show file Open project: skeeks-cms/cms

Public Properties

Property Type Description
$autoIdPrefix
$clientOptions array
$isAllowNodeSelectCallback null | callable
$multiple boolean
$treeWidgetClass
$treeWidgetOptions array
$wrapperOptions array

Public Methods

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

Method Details

getNodeName() public method

public getNodeName ( $tree ) : string
return string

getSections() public method

public getSections ( ) : skeeks\cms\models\CmsTree[]
return skeeks\cms\models\CmsTree[]

init() public method

public init ( )

registerAssets() public method

public registerAssets ( )

renderNodeControll() public method

public renderNodeControll ( $model ) : string
$model
return string

renderNodeName() public method

public renderNodeName ( $model ) : string
$model
return string

run() public method

public run ( )

Property Details

$autoIdPrefix public static property

public static $autoIdPrefix

$clientOptions public property

public array $clientOptions
return array

$isAllowNodeSelectCallback public property

public null|callable $isAllowNodeSelectCallback
return null | callable

$multiple public property

public bool $multiple
return boolean

$treeWidgetClass public property

public $treeWidgetClass

$treeWidgetOptions public property

See also: skeeks\cms\widgets\tree\CmsTreeWidget options
public array $treeWidgetOptions
return array

$wrapperOptions public property

public array $wrapperOptions
return array