This function creates the icon(s) associated with an action to do on a record. Compatible with Typo3 skinning functions.
Parameter: | Default value: | Description: |
|---|---|---|
$actions | The action(s) to produce, as a comma list (can be 'show', 'edit' or 'delete' at the moment). | |
$table | The table of the record. | |
$uid | The record uid. |
This function creates a select menu containing the page tree from a specified page ID.
Parameter: | Default value: | Description: |
|---|---|---|
$name | The name of the select. | |
$treeStartingPoint | 0 | The starting point for the page tree. |
$size | '1' | The size of the select. |
$multiple | false | Allow multiple selection. |
$pageIcons | 1 | Render page icons in option tags. |
This function creates the CSS styles to correctly display a record icon inside an option tag of a select menu.
Parameter: | Default value: | Description: |
|---|---|---|
$table | The table. | |
$rec | The record row (array). | |
$backPath | The back path to typo3 (usually $GLOBALS['BACK_PATH']). |
This function creates an icon of the requested record with aContext Sensitive Menu (CSM).
Parameter: | Default value: | Description: |
|---|---|---|
$table | The table of the record. | |
$rec | The record row. | |
$backPath | The back path to typo3 (usually $GLOBALS['BACK_PATH']). | |
$align | top | The align parameter of the IMG tag. |