xformsreadonly

Indicates to the XFDL compute system whether or not the bound XForms instance data is read-only.

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

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

Available in

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

Example

The following example shows an xformsreadonly option.

   <xformsreadonly>on</xformsreadonly>

Usage details

The setting is always off in tables and panes.