Public Member Functions | |
| makeClip ($table, $row, $cells, &$parentObject) | |
| makeControl ($table, $row, $cells, &$parentObject) | |
| renderListHeader ($table, $currentIdList, $headerColumns, &$parentObject) | |
| renderListHeaderActions ($table, $currentIdList, $cells, &$parentObject) | |
Definition at line 36 of file interface.localrecordlist_actionsHook.php.
| localRecordList_actionsHook::makeClip | ( | $ | table, | |
| $ | row, | |||
| $ | cells, | |||
| &$ | parentObject | |||
| ) |
modifies Web>List clip icons (copy, cut, paste, etc.) of a displayed row
| string | the current database table | |
| array | the current record row | |
| array | the default clip-icons to get modified | |
| object | Instance of calling object |
| localRecordList_actionsHook::makeControl | ( | $ | table, | |
| $ | row, | |||
| $ | cells, | |||
| &$ | parentObject | |||
| ) |
modifies Web>List control icons of a displayed row
| string | the current database table | |
| array | the current record row | |
| array | the default control-icons to get modified | |
| object | Instance of calling object |
| localRecordList_actionsHook::renderListHeader | ( | $ | table, | |
| $ | currentIdList, | |||
| $ | headerColumns, | |||
| &$ | parentObject | |||
| ) |
modifies Web>List header row columns/cells
| string | the current database table | |
| array | Array of the currently displayed uids of the table | |
| array | An array of rendered cells/columns | |
| object | Instance of calling (parent) object |
| localRecordList_actionsHook::renderListHeaderActions | ( | $ | table, | |
| $ | currentIdList, | |||
| $ | cells, | |||
| &$ | parentObject | |||
| ) |
modifies Web>List header row clipboard/action icons
| string | the current database table | |
| array | Array of the currently displayed uids of the table | |
| array | An array of the current clipboard/action icons | |
| object | Instance of calling (parent) object |
1.4.7