Specifies the role played by
the parent container.
SyntaxReference_Syntax.role = "string"
Values
Type
|
Values
|
String
|
A valid string specifying the role of the
parent container. It may be used by speech-enabled XFA processing applications
to provide information. For example, it may be assigned values borrowed
from HTML, such as TH (table headings) and TR (table
rows).
|
JavaScriptTextField1.assist.role = "TH";
FormCalcTextField1.assist.role = "TH"
|
|
|