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 Current »

<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.


Modifying the displaying of values 

The display is defined in the List (i.e. "RegistrationsList").

Default layout is like so:

         <column width="53%" xAlign="right" yAlign="top">
            <elements>
              <textElement fontId="contentFont" text="{FromBin} -> {ToBin}"/>
              <textElement fontId="contentFont" text="{SerialNumber}"/>
              <textElement fontId="contentFont" text="{LotNumber}"/>
              <textElement fontId="contentFont" text="{ExpirationDate}"/>
            </elements>
          </column>

You can change "FromBin", "SerialNumber" to you own custom names of steps.

"Registrations" menu action


"Registrations" -list


  • No labels