FormElement.hide

Method of FormElement

New in package 166

Syntax

control.hide( hide = true );

Description

Equivalent to control.style.visibility = hide ? 'hidden' : 'visible'.

Example

Hiding a field:

See also

FormElement.style.visibility, FormElement.show

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.