프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$deleteButtonIcon | the delete button icon (defaults to 'trash'). | ||
$updateButtonIcon | the update button icon (defaults to 'pencil'). | ||
$viewButtonIcon | the view button icon (defaults to 'eye-open'). |
메소드 | 설명 | |
---|---|---|
initDefaultButtons ( ) | ### .initDefaultButtons() | |
renderButton ( string $id, array $button, integer $row, mixed $data ) | ### .renderButton() |
protected initDefaultButtons ( ) |
protected renderButton ( string $id, array $button, integer $row, mixed $data ) | ||
$id | string | the ID of the button |
$button | array | the button configuration which may contain 'label', 'url', 'imageUrl' and 'options' elements. |
$row | integer | the row number (zero-based) |
$data | mixed | the data object associated with the row |
public $updateButtonIcon |