User Tools

Site Tools


LABEL

Guide Section: An EASAP GUI
EASAP Tree: USER INTERFACEFORM LIST or TABBED PANE LISTFORM or TABBED PANE


LABEL displays text and images on the input region of a TABBED PANE.

  • LABEL may display a variety of information, including,
    • Instructions or help
    • Input data not enter explicitly by the user
    • Results data

For displaying numerical data, it is often useful to use object references in Label: that includes inline units and number formatting, for example,

  • Label: %Stress [MPa] 10.3f%

LABEL
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.