Any controller which is essentially a short list of items, which are not substantial enough to warrant a categories system Required fields for a list controller table: id name record_order
This is the code documentation for the SproutCMS project
Search documentation |
class ListAdminControllerAny controller which is essentially a short list of items, which are not substantial enough to warrant a categories system Required fields for a list controller table: id name record_order
Variables
Functions
public __constructvoid $ListAdminController->__construct ( ); Constructor public _deleteSavebool $ListAdminController->_deleteSave ( int $item_id ); Deletes an item and logs the deleted data public _getNavigationunknown $ListAdminController->_getNavigation ( ); Returns the contents of the navigation pane for the list public _getToolsunknown $ListAdminController->_getTools ( ); Returns the tools to show in the left navigation protected fixRecordOrdervoid $ListAdminController->fixRecordOrder ( int $item_id ); If the specified item needs a record number to be set, Puts this item at the end of the list. public reordervoid $ListAdminController->reorder ( ); Shows the reorder screen (which is shown in a popup box) for re-ordering the children items public reorderSavevoid $ListAdminController->reorderSave ( ); Saves a reorder |
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|