Skip to content

Version_Helptext

thewhobox edited this page Oct 20, 2022 · 4 revisions

Overview
This is the view where you can edit your Helptexts.
The user can edit helptext which will be displayed in the ets when the user clicks on the Parameter.

Property Description
Name For internal use only
Text Add the Text you want to display. A small part of Markdown is supported.
Edit Helptext You will have to select a text element above which you can edit in this textbox.
Preview Helptext This is a preview about how it could look. Please notice not evey Markdown element is supported by ETS.

Markdown

Following elements are supported by ETS:

**bold**
*italic*
***bold and italic**

separator, horizontal line
***

# Header 1
## Header 2
### Header 3
#### Header 4

List (list elements requires a leading blank line and a space between * and text):

* list item 1
* list item 2
* list item 3

Note: Add a new line between list header and items.

Overview

XML

These texts won't be store in the xml.
Each Helptext will be saved as txt file in a zip which is referenced by the Application Attribute ContextHelpFile.

If you export to namespace >= 20 the zip will be added as Baggage and the BaggageId is the value for ContextHelpFile.
If you export to namespace == 14 only the filename is the value for ContextHelpFile.

Let's go

Next we can start with Dynamic.

Clone this wiki locally