PHP Class yiister\gentelella\widgets\Panel

Inheritance: extends yii\base\Widget
Show file Open project: yiister/yii2-gentelella Class Usage Examples

Public Properties

Property Type Description
$collapsable whether the collapse button shown
$expandable whether the expand button is shown
$header the panel header
$headerMenu
$icon the icon name
$options the HTML attributes for the widget container tag
$removable whether the remove button shown

Protected Properties

Property Type Description
$tools the configuration array for creating a [[Dropdown]] widget

Public Methods

Method Description
init ( )
run ( )

Protected Methods

Method Description
initTools ( ) Init tool buttons

Method Details

init() public method

public init ( )

initTools() protected method

Init tool buttons
protected initTools ( )

run() public method

public run ( )

Property Details

$collapsable public property

whether the collapse button shown
public $collapsable

$expandable public property

whether the expand button is shown
public $expandable

$header public property

the panel header
public $header

$headerMenu public property

public $headerMenu

$icon public property

the icon name
public $icon

$options public property

the HTML attributes for the widget container tag
public $options

$removable public property

whether the remove button shown
public $removable

$tools protected property

the configuration array for creating a [[Dropdown]] widget
protected $tools