![]() |
Xataface 2.0
Xataface Application Framework
|
Public Member Functions | |
Dataface_RecordGrid (&$records, $columns=null, $labels=null) | |
addActionCellCallback ($callback) | |
toHTML () | |
Data Fields | |
$records | |
$columns | |
$labels | |
$id = "sortable" | |
$cssclass = "" | |
$actionCellCallbacks = array() | |
$cellFilters = array() |
Definition at line 65 of file RecordGrid.php.
addActionCellCallback | ( | $ | callback | ) |
Definition at line 84 of file RecordGrid.php.
Dataface_RecordGrid | ( | &$ | records, |
$ | columns = null , |
||
$ | labels = null |
||
) |
Definition at line 74 of file RecordGrid.php.
toHTML | ( | ) |
Definition at line 88 of file RecordGrid.php.
$actionCellCallbacks = array() |
Definition at line 71 of file RecordGrid.php.
$cellFilters = array() |
Definition at line 72 of file RecordGrid.php.
$columns |
Definition at line 67 of file RecordGrid.php.
$cssclass = "" |
Definition at line 70 of file RecordGrid.php.
$id = "sortable" |
Definition at line 69 of file RecordGrid.php.
$labels |
Definition at line 68 of file RecordGrid.php.
$records |
Definition at line 66 of file RecordGrid.php.