Detailed Description
Definition at line 12 of file grid.php.
Member Function Documentation
| addField |
( |
& |
$fieldDef, |
|
|
|
$element, |
|
|
|
$columnPermissions |
|
) |
| |
Adds a column to the grid.
- Parameters
-
| array | &$fieldDef | The field definition of the column to add. |
| HTML_QuickForm_element | The widget to use in the column. |
| array | $columnPermissions | The permissions to use in the column |
Definition at line 50 of file grid.php.
| getCellTemplate |
( |
|
$column, |
|
|
|
$fieldId, |
|
|
|
$value = null, |
|
|
|
$permissions = array('view'=>1,'edit'=>1) |
|
) |
| |
| getColumnElement |
( |
|
$name | ) |
|
| getColumnFieldDef |
( |
|
$name | ) |
|
| getEmptyCellTemplate |
( |
|
$column, |
|
|
|
$fieldId |
|
) |
| |
Field Documentation
| $columnPermissions = array() |
The documentation for this class was generated from the following file: