| |
|
| |
Defines a message that is available to active screen readers. When the focus shifts to the item containing the acclabel, the message is read aloud by the screen reader. The message should contain additional information about the item to assist users with vision impairments. |
| |
|
| |
Monitors a specific form option and detects any changes to the value of that option. This function can detect any change in an option, or can watch for specific changes. For example, you can create a toggle that detects when an option changes from on to off, or from Fred to Jim. |
| |
|
| |
Defines the background color of a page or an item. |
| |
|
| |
Specifies whether an item is active or inactive. Inactive items do not respond to user input and, if possible, appear dimmed. For example, an inactive check box will be dimmed and the user will not be able to select or deselect the box. |
| |
|
| |
Specifies whether an item, page, or form is currently activated by the user or not. This option is usually set by an external program such as a parser, but under certain circumstances can be set by computes in the form. |
| |
|
| |
Provides a way of associating related data items to each other and to certain other items. |
| |
|
| |
Specifies whether an item, page, or form currently has the input focus. This option is usually set by code outside XFDL, but can also be set by a compute, provided that the compute is setting the focus of an item to on, the item is on the same page, and the item receiving the focus is capable of ... |
| |
|
| |
Associates an action, button, or cell item with a single data item. The data option is valid only in items with a type setting of enclose, display, extract, or remove. |
| |
|
| |
a name"wp1200811" span translate'0' Specifies what XForms instance data is filtered for a particular signature. Filtering instances means keeping or omitting specific data from each data instance.span a name"wp1202183" span translate'0' When instance data is omitted from a ... |
| |
|
| |
Suppresses the builtin label for some items, so that the label is not shown even if the label option or xforms:label option is set. |
| |
|
| |
Specifies which datagroups are filtered when the form is transmitted. |
| |
|
| |
Defines how the image will be displayed in the item. |
| |
|
| |
Specifies which namespaces are filtered for a particular signature. |
| |
|
| |
Points to the help message for the item. |
| |
|
| |
Specifies which types of items filtered for a particular signature. |
| |
|
| |
Specifies which groups are filtered for a particular signature. |
| |
|
| |
Specifies which types of options are filtered for a particular signature. |
| |
|
| |
Identifies who signed a particular form. |
| |
|
| |
Specifies which groups are filtered for a particular transmission. |
| |
|
| |
Specifies which datagroups are filtered for a particular signature. |
| |
|
| |
Used in conjunction with the button item to establish the XFDL item name by which a particular signature will be identified. |
| |
|
| |
Specifies which namespaces are filtered for a particular transmission. Filtering a namespace means keeping or omitting all of the form elements and attributes that are in the specified namespace. |
| |
|
| |
Provides the url to a target, such as a file or application. |
| |
|
| |
Associates an action type with an item that can trigger a task. |
| |
|
| |
Sets a button or action item to perform an XForms submission. The rules for the submission are defined in the XForms data model. The xforms:submit links a button to a particular set of rules, which are then carried out when the button is clicked. |