PHP 클래스 yii2tech\admin\grid\ActionColumn

Supported button options: - label: string - button label. - encode: boolean - whether to encode label. - icon: string - button icon short name. - options: array - link tag HTML options. - visible: boolean|callable - whether button should be rendered or not. - url: callable - callback, which should return button URL. This widget also provides default buttons as configuration, which will be merged with [[buttons]] recursively.
부터: 1.0
저자: Paul Klimov ([email protected])
상속: extends yii\grid\ActionColumn
파일 보기 프로젝트 열기: yii2tech/admin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$template

공개 메소드들

메소드 설명
createUrl ( $action, $model, $key, $index )

보호된 메소드들

메소드 설명
initDefaultButtons ( ) Merges buttons with default configurations.
renderButton ( string $name, $model, $key, $index ) : string Renders button.
renderDataCellContent ( $model, $key, $index )

메소드 상세

createUrl() 공개 메소드

public createUrl ( $action, $model, $key, $index )

initDefaultButtons() 보호된 메소드

Merges buttons with default configurations.
protected initDefaultButtons ( )

renderButton() 보호된 메소드

Renders button.
protected renderButton ( string $name, $model, $key, $index ) : string
$name string button name.
$model
$key
$index
리턴 string rendered HTML

renderDataCellContent() 보호된 메소드

protected renderDataCellContent ( $model, $key, $index )

프로퍼티 상세

$template 공개적으로 프로퍼티

public $template