Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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.
Modifying the displaying of values
The display is defined in the List (i.e. "RegistrationsList").
Default layout is like so:
Code Block | ||
---|---|---|
| ||
<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.
Image Added
"Registrations" menu action
Image Added
"Registrations" -list