Using Tag Attributes
Field Tags
The field tags that can be formatted with the help of attributes include:
Form |
|
Block |
|
To include an attribute in one of these tags, replace attributes with the attributes and their values. For example, to restrict the length of a field (MomMaidenName) to 20 characters, you would use the maxlength attribute:
<TCFIELD NAME="MomMaidenName" maxlength="20" />
Label Tags
Unlike fields that can have a variety of formatting attributes, field labels may have only a the formatting attributes listed in Field Label Tag Attributes. The label tags are:
Form |
|
Block |
|
To include an attribute in one of these tags, replace attributes with the attributes and their values. For example, if you do not want the settings defined for required fields to be applied to a field (MomMaidenName), you would use the notUseRequiredFieldStyle attribute, as in the following example:
<TCLABEL NAME="MomMaidenName" notUseRequiredFieldStyle="true" />