Code Block | ||
---|---|---|
| ||
<page id="ViewRegistrations" type="Registrations" icon="binContent"> ... <registrationsConfiguration> <list listId="RegistrationsList"/> <deleteRegistration title="Delete registration"/> <deleteAllRegistrations title="Delete all registrations"/> </registrationsConfiguration> </page> |
- <registrationsConfiguration> - Configuration for the Registrations page type.
- <list> - Defines which list to use for displaying data.
- listId = "" - Reference to a list defined in the lists section.
- <deleteRegistration> - Adds the action menu item allowing registrations to be deleted.
- title = "" - The title used in the action menu on the page.
- <deleteAllRegistrations> - Adds the action menu item allowing all registrations to be deleted in one go.
- title = "" - The title used in the action menu on the page.
- <list> - Defines which list to use for displaying data.