PHP Class WhEditableColumn

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

Méthodes publiques

Свойство Type Description
$editable editable config options.

Méthodes publiques

Méthode Description
init ( )
renderFilterCell ( ) Require this overwrite to show bootstrap filter field

Méthodes protégées

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

Method Details

init() public méthode

public init ( )

renderDataCellContent() protected méthode

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

renderFilterCell() public méthode

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

renderHeaderCellContent() protected méthode

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