Homepage | About EASA | Contact
Guide Section: An EASAP GUI
EASAP Tree: USER INTERFACE → FORM LIST or TABBED PANE LIST → FORM or TABBED PANE
LABEL displays text and images on the input region of a TABBED PANE.
For displaying numerical data, it is often useful to use object references in Label: that includes inline units and number formatting, for example,
![]() |
|
---|---|
Optional Parameters: | |
Label: | Text displayed as label, HTML and object references are both allowed. |
Image: | Image file to be displayed to the left of the Label: text. |
Show if: | Logical expression, if TRUE then label shown, if FALSE then label NOT shown |
Tool Tip: | Text to be shown ON mouseover |
Enable if: | Logical expression, if TRUE then label enabled, if FALSE then label NOT enabled |
Style: | A USER INTERFACE STYLE or object reference that controls the visual appearance of this object's background |
Tool Tip: | Text to be displayed as a tool tip |
Delimiter: | Character to delimit an object reference in Label: ( default→%) |
Allow HTML: | Logical Expression, if TRUE, HTML in Label: will be rendered, if FALSE (by default), HTML markup will be escaped and displayed literally. (eg. something bold versus <b>something bold</b>) |
Note: Only a subset of HTML 3.2 is supported within EASAP user interface objects. Therefore, things like anchor <a> tags, image <img> tags and javascript will not work. HTML tags are not currently supported in the HTML Client.