priority

Alters the search path for text to speak. Whichever object is named in this property moves to the front of the search path. The other objects retain their relative order.

Syntax

Reference_Syntax.priority = "custom | caption | name | tooltip"

Values

Type

Values

String

  • custom (default)

  • caption

  • name

  • tooltip

The search order is speak, tooltip, caption, the container’s name.

  • caption

  • name

  • tooltip

The search order is caption, speak, tooltip, the container’s name.

  • name

  • tooltip

The search order is the container’s name, speak, tooltip, caption.

  • tooltip

The search order is tooltip, speak, caption, the container’s name.

Applies to

Model

Object

Form Model

speak

Version

XFA 2.1

Examples

JavaScript

TextField1.assist.speak.priority = "tooltip";

FormCalc

TextField1.assist.speak.priority = "tooltip"

// Ethnio survey code removed