PHP 클래스 WhEditableColumn

Makes editable one column in CGridView.
저자: Antonio Ramirez ([email protected])
저자: Vitaliy Potapov ([email protected])
상속: extends CDataColumn
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$editable editable config options.

공개 메소드들

메소드 설명
init ( )
renderFilterCell ( ) Require this overwrite to show bootstrap filter field

보호된 메소드들

메소드 설명
renderDataCellContent ( integer $row, mixed $data ) Renders data cell content
renderHeaderCellContent ( ) Require this overwrite to show bootstrap sort icons

메소드 상세

init() 공개 메소드

public init ( )

renderDataCellContent() 보호된 메소드

Renders data cell content
protected renderDataCellContent ( integer $row, mixed $data )
$row integer
$data mixed

renderFilterCell() 공개 메소드

Require this overwrite to show bootstrap filter field
public renderFilterCell ( )

renderHeaderCellContent() 보호된 메소드

Require this overwrite to show bootstrap sort icons
protected renderHeaderCellContent ( )

프로퍼티 상세

$editable 공개적으로 프로퍼티

editable config options.
또한 보기: EditableField config
public $editable