Class name: HelpActivity
Title:Help
Level: level one below the invoking activity, displayed when the
user selects the help button on the invoking activity
| Widget label | Widget type | Widget name |
|---|---|---|
| help text | html text | htmlText |
| back | button | btnBack |
The text displayed in htmlText is the html content of the asset file the calling activity has
requested to be displayed.
When the back button (btnBack) is tapped, the activity is popped off the activity stack.