xformsvalid

Indicates to the XFDL compute system whether or not the bound XForms instance data meets XForms validity requirements.

This option is not saved or transmitted as part of the form. Instead, it is automatically created each time the form is read into memory, and is maintained only during display or processing.

Syntax

   <xformsvalid>setting</xformsvalid>
Table 1. xformsvalid parameters
Parameter Type Description
setting on The bound XForms item is valid. The setting is also on if no binding exists or if the binding resolves to an empty nodeset.
  off The bound XForms item is not valid.

Available in

button, check, combobox, field, label, list, popup, table, pane, checkgroup, radiogroup, richtext, and slider

Example

The following example shows an xformsvalid option.

   <xformsvalid>on</xformsvalid>

Usage details

The setting is always on in tables and panes.