Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

<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.
  • No labels