PHP Class TbEditableColumn

Inheritance: extends TbDataColumn
Afficher le fichier Open project: yinhe/yincart Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
init ( ) ### .init()

Méthodes protégées

Méthode Description
attachAjaxUpdateEvent ( ) ### .attachAjaxUpdateEvent()
renderDataCellContent ( $row, $data ) ### .renderDataCellContent()

Method Details

attachAjaxUpdateEvent() protected méthode

Yii yet does not support custom js events in widgets. So we need to invoke it manually to ensure update of editables on grid ajax update. issue in Yii github: https://github.com/yiisoft/yii/issues/1313
protected attachAjaxUpdateEvent ( )

init() public méthode

Widget initialization
public init ( )

renderDataCellContent() protected méthode

### .renderDataCellContent()
protected renderDataCellContent ( $row, $data )

Property Details

$editable public_oe property

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