Overview
This App is to show information like text, links and images up to three levels deep – the main page and up to two subpages. It allows page link to a links, file or resource folder.
Potential use cases:
- Benefits Wallet
- Detail Topics Pages with sub menus
- Training Topics
- Cultural Value pages
- Philanthropic info pages
- Diversity and Inclusion landing pages
- Family and Child Care Information
- Policy topics
App Configuration
Configuration Entries
StartScreen_Title |
The title of the start screen |
StartScreen_HeaderImageURL |
The image on top of the start screen |
StartScreen_Text |
The text (BBCode) on the start screen |
StartScreen_SubPages |
The definition (JSON) for the navigation buttons and sub pages |
ListDisplayType |
The type of the navigation elements. “1” for showing buttons only and “2” for showing an image, text and a button. (Default is 1) |
ImageLinkOpenText |
The text on the navigation buttons if setting “ListDisplayType” is set to “2” |
FooterControlType |
The type of the footer control. “1” to show a link to a document and “2” to link to a resources folder |
NavigateBackText |
The text for the back button, if opened a resources folder |
StartScreen_DocumentName |
The text for the footer button if setting “FooterControlType” is set to “1” |
StartScreen_DocumentURL |
The document URL for the footer button if setting “FooterControlType” is set to “1” |
StartFolderId |
The resource folder ID for the footer button if setting “FooterControlType” is set to “2” |
StartFolderName |
The text for the footer button if setting “FooterControlType” is set to “2” |
Sample JSON for the Setting “StartScreen_SubPages”
Properties
ScreenTitle |
The title of the subscreen |
ImageURL |
The image on top of the sub screen |
PageText |
The text (BBCode) on the sub screen |
FooterControlType |
The type of the footer control. “1” to show a link to a document and “2” to link to a resources folder |
DocumentName |
The text for the footer button if setting “FooterControlType” is set to “1” |
DocumentURL |
The document URL for the footer button if setting “FooterControlType” is set to “1” |
StartFolderId |
The resource folder ID for the footer button if setting “FooterControlType” is set to “2” |
StartFolderName |
The text for the footer button if setting “FooterControlType” is set to “2” |
LinkImageURL |
The URL for the image of the navigation element if setting “ListDisplayType” is set to “2” |
LinkText |
The Text between image and button of the navigation element if setting “ListDisplayType” is set to “2” |
ListDisplayType |
The type of the navigation elements. “1” for showing buttons only and “2” for showing an image, text and a button. (Default is 1) |
SubPagesLevel2 |
Same settings like StartScreen_SubPages except “ListDisplayType” and “SubPagesLevel2” |
Sample
[{"ScreenTitle":"title","ImageURL":"url","LinkText":"open sub page","LinkImageURL":"url","PageText":"page descriptin text","DocumentURL":"url","DocumentName":"document.pdf","FooterControlType":"1","StartFolderId":"123456789","StartFolderName":"folder name","ListDisplayType":"1","SubPagesLevel2":[{"ScreenTitle":"title","ImageURL":"url","LinkText":"open sub page","LinkImageURL":"url","PageText":"page descriptin text","DocumentURL":"url","DocumentName":"document.pdf","FooterControlType":"1","StartFolderId":"123456789","StartFolderName":"folder name"},{"ScreenTitle":"title","ImageURL":"url","LinkText":"open sub page","LinkImageURL":"url","PageText":"page descriptin text","DocumentURL":"url","DocumentName":"document.pdf","FooterControlType":"1","StartFolderId":"123456789","StartFolderName":"folder name"}]},{"ScreenTitle":"title","ImageURL":"url","LinkText":"open sub page","LinkImageURL":"url","PageText":"page descriptin text","DocumentURL":"url","DocumentName":"document.pdf","FooterControlType":"1","StartFolderId":"123456789","StartFolderName":"folder name"},{"ScreenTitle":"title","ImageURL":"url","LinkText":"open sub page","LinkImageURL":"url","PageText":"page descriptin text","DocumentURL":"url","DocumentName":"document.pdf","FooterControlType":"1","StartFolderId":"123456789","StartFolderName":"folder name","ListDisplayType":"1","SubPagesLevel2":[{"ScreenTitle":"title","ImageURL":"url","LinkText":"open sub page","LinkImageURL":"url","PageText":"page descriptin text","DocumentURL":"url","DocumentName":"document.pdf","FooterControlType":"1","StartFolderId":"123456789","StartFolderName":"folder name"}]}]
Comments
0 comments
Article is closed for comments.