showField
Updated pdexter 2022-10-22
Shows or hides a field on the document.
(client-side function)
Syntax
ft3.showField( field-name , state );
Part | Description |
---|---|
field-name | name of the field on the document |
state | whether to show the field, values: true, false |
Note
To show/hide fields on a parent document in the case that a child document is open, precede the field-name with "parentDoc", eg parentDoc.lastName
.
To show/hide fields on a child document in the case that a child document is open, precede the field-name with "childDoc", eg childDoc.lastName
.