StdDlgTextItem
Extends StdDlgItemBase
The StdDlgTextItem node is used to display a block of text. It should only be used as a child of a StdDlgContentArea node.
To separate lines of text, use multiple StdDlgTextItem nodes. Do not use newline characters.
Fields
| Field | Type | Default | Access Permission | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| text | string | "" | READ_WRITE | Specifies the text to be displayed. If the text width does not fit within the width of the content area, the text will wrap onto multiple lines. | ||||||||||||
| namedTextStyle | string | "normal" | READ_WRITE | Specifies a named style to be used for the displayed text's color and font. The supported styles include:
| ||||||||||||
| audioGuideText | string | "" | READ_WRITE | Specifies the string to be spoken when the screen reader reads the text item. By default, the screen reader reads the string specified in the text field. |
Sample app
You can download and install a sample app that demonstrates how to create a custom dialog that uses the text item.
Updated 3 months ago
