Offline Help

Prev Next
  1. <OfflineHelp>

  2.  <View title="Offline Help">

  3.    <MenuItem value="Offline Help"icon="help.png"  class="menuItem" />

  4.    <Texts>

  5.      <Text value="Offline help content" class="offlineHelp" />

  6.      <Text value="Each line can be customized." class="offlineHelp" />

  7.    </Texts>

  8.  </View>

  9. </OfflineHelp>

Offline Help screen

The Offline Help feature allows to display information about the application without opening an external web browser. It can be used for:

  • the activations in the ActivationsList element

  • the actions in the ActionsList element

  • the settings in the SettingsList element

  • OfflineHelp > View: This element defines the graphical rendering of the offline help functionality.

    • title: The default value is Offline Help.

  • OfflineHelp > View > MenuItem:

    • value: The default value is Offline Help.

  • OfflineHelp > View > Texts > Text: This element represents a text line which will be displayed on a single line or on a variable number of lines, depending on the length of the text.

    • value: Value of the text line.

    • class: Can be used to configure text rendering. This attribute is optional.