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