hide()
hides a Fieldset control
info
Note that the method calls the hide()
methods of the nested controls.
hide(): void;
Example
form.getItem("fieldset").hide();
The method doesn't invoke the fieldset events. It invokes the events of the nested controls.