print

Node type: Attribute

Definition

Indicates a non-printing form field or object in a printed form.

Attribute Values

no

Used in Elements

button

list (selection)

Code Sample

<button print="no">

<fieldLabel paraID="1">Reset Form</fieldLabel>

<alertText>

<title paraID="2">Confirm Form Reset</title>

<para paraID="3">Are you sure you want to clear all of the fields in this form?</para>

</alertText>

<helpText paraID="4">Click this button to clear all of the fields in this form.</helpText>

</button>