Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
In general
A page can provide navigation to other pages based on:
- A successful action
- Selecting a menu item (more options menu)
Navigation by Actions (more options menu)
See article (TODO LINK)
Navigation by successful action (Android) TODO
When the collection of information has finished the page....
Code Block | ||
---|---|---|
| ||
<page id="MyPage" type="UnplannedItemRegistration" icon="mainmenucount-unplanned"> <title defaultValue="My Page"/> <unplannedItemRegistrationConfiguration type="MyArea" useRegistrationCollector="true" includeInputDataRowInSubmitRequest="true"> <header configurationKey="MyHeader"/> <onSuccessfulPost refreshOnSuccess="true"/> </unplannedItemRegistrationConfiguration> </page> |