PHP Class WhEditableColumn

Makes editable one column in CGridView.
Author: Antonio Ramirez ([email protected])
Author: Vitaliy Potapov ([email protected])
Inheritance: extends CDataColumn
显示文件 Open project: 2amigos/yiiwheels

Public Properties

Property Type Description
$editable editable config options.

Public Methods

Method Description
init ( )
renderFilterCell ( ) Require this overwrite to show bootstrap filter field

Protected Methods

Method Description
renderDataCellContent ( integer $row, mixed $data ) Renders data cell content
renderHeaderCellContent ( ) Require this overwrite to show bootstrap sort icons

Method Details

init() public method

public init ( )

renderDataCellContent() protected method

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

renderFilterCell() public method

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

renderHeaderCellContent() protected method

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

Property Details

$editable public_oe property

editable config options.
See also: EditableField config
public $editable