PHP 클래스 yiister\gentelella\widgets\Panel

상속: extends yii\base\Widget
파일 보기 프로젝트 열기: yiister/yii2-gentelella 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

보호된 프로퍼티들

프로퍼티 타입 설명
$tools the configuration array for creating a [[Dropdown]] widget

공개 메소드들

메소드 설명
init ( )
run ( )

보호된 메소드들

메소드 설명
initTools ( ) Init tool buttons

메소드 상세

init() 공개 메소드

public init ( )

initTools() 보호된 메소드

Init tool buttons
protected initTools ( )

run() 공개 메소드

public run ( )

프로퍼티 상세

$collapsable 공개적으로 프로퍼티

whether the collapse button shown
public $collapsable

$expandable 공개적으로 프로퍼티

whether the expand button is shown
public $expandable

$header 공개적으로 프로퍼티

the panel header
public $header

$headerMenu 공개적으로 프로퍼티

public $headerMenu

$icon 공개적으로 프로퍼티

the icon name
public $icon

$options 공개적으로 프로퍼티

the HTML attributes for the widget container tag
public $options

$removable 공개적으로 프로퍼티

whether the remove button shown
public $removable

$tools 보호되어 있는 프로퍼티

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