FormElement.show

Method of FormElement

New in package 166

Syntax

control.show( show = true );

Description

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

Example

Making a field visible:

See also

FormElement.style.visibility, FormElement.hide

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