- 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
Offline Help
- Updated on 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
<OfflineHelp>
<View title="Offline Help">
<MenuItem value="Offline Help"icon="help.png"class="menuItem" />
<Texts>
<Text value="Offline help content" class="offlineHelp" />
<Text value="Each line can be customized." class="offlineHelp" />
</Texts>
</View>
</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.