Options in the XFDL namespace

acclabel
Provides a special description of input items that is read by screen reading software.
active
Specifies whether an item is active or inactive. In XFDL items containing XForms controls, the default for this option is set by the relevant model item property.
bgcolor, fontcolor, labelbgcolor, and labelfontcolor
Specify the colors for an item or its label using either predefined names or RGB triplets in decimal or hexadecimal notation.
border and labelborder
Control whether an item or its label has a border.
borderinfo
Defines border style and color.
colorinfo
Records the colors used to draw the form when the user signs the form. This is only necessary when the operating system colors are used instead of the colors defined in the form (which is a feature for users with vision impairments).
coordinates
Receives the location of a mouse click on an image, if the image is in a button.
cursortype
Displays different cursor icons when the user hovers over a button.
data and datagroup
Used to create an association between data items and the buttons that provide file enclosure functionality.
delay
Used in an action item to specify the timing for the event and whether it should be repeated.
enclosuresettings
Sets limits on the size and type of files that users can attach to a form.
excludedmetadata
Used to store special information that is automatically excluded from signatures.
filename, filesize, and mimetype
Give additional information about an enclosed document.
fontinfo and labelfontinfo
Defines the typeface, point size, and special effects (bold, italics, and underline) for the font used to display the item's value or label.
format
Contains sub-elements that parameterize input validation for the item's value.
formid
Defines a unique identifier for the form, such as a serial number.
fullname, layoutinfo, signature, signatureimage, signdatagroups, signdetails, signer, signformat, signgroups, signinstance, signitemrefs, signitems, signnamespaces, signoptionrefs, signoptions, and signpagerefs
Work together to provide a full-featured digital signature as defined in Origin and goals (goal 9).
gradient
Specifies the type and color of background gradients.
image
Identifies the data item containing the image for the button or label.
imagemode
Specifies the display behavior of the image within the data item; the image may be clipped, resized, or scaled to fit the item.
itemlocation, size and thickness
Help to define the location and size of the item.
justify
Controls whether text in the item should be left, center, or right justified.
label
Associates a simple text label with the item; labels can also be created independently with a label item.
linespacing
Adjusts the spacing between lines of text in an item.
mimedata
Used to store large binary data blocks encoded in bas-64 gzip compressed or base-64 format.
next and previous
Link the item into the tab order of the page.
padding
Defines how much extra white space is put around the pane item.
pageid
Defines a unique identifier for a page, such as a serial number.
printbgcolor, printlabelbgcolor, printfontcolor, and printlabelfontcolor
Provide the ability to set printing colors for each indicated option different from the display colors on the screen.
printvisible
Determines whether an item should be visible when the form is printed. Has no effect on the visibility of the item on the screen.
printsettings
Parameterizes the paper rendition of a form.
readonly
Sets the item to be readonly. In XFDL items containing XForms controls, the default for this option is set by the readonly model item property.
rowpadding
Defines how much space is applied to the beginning and end of a table row.
rtf
Contains the rich text value of rich text fields.
requirements
Specifies the requirements for the Web Services to be used by the form.
saveformat and transmitformat
Control how the form is written (XFDL, HTML) when it is saved or submitted.
scrollhoriz and scrollvert
Control whether a text field item has horizontal and vertical scroll bars or whether it wordwraps, allows vertical sliding, and so on.
suppresslabel
Suppresses the built-in label for some items, so that the label is not shown even if the label option or xforms:label option is set.
texttype
Sets whether a field contains plain text or rich text.
transmitdatagoups, transmitformat, transmitgroups, transmititiemrefs, transmititems, transmitnamespaces, transmitoptionrefs, transmitoptions, and transmitpagerefs
Work together to allow you to transmit form submissions.
triggeritem
Set in the form globals to identify which action, button, or cell activated a form transmission or cancellation.
type
Specifies whether the action, button, or cell item will perform a network operation, print, save, digitally sign, and so on.
url
Provides the address for a page switch, the address for a network link or submission, or the address of a web page to display in a pane item.
value
Holds the primary text associated with the item. In XFDL items that contain XForms controls, this option (and all options, such as those that are computed) are treated as transient, which means that any updates to the content are not serialized when the form is written because the updates are reflected in instance data.
visible
Determines whether the item should be shown to the user or made invisible.
writeonly
Sets the item to be writeonly. This option is only for use with field items that do not skin XForms controls.