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