deleteFieldset()
Overview
public any function deleteFieldset(
required string id
, required string tab
)
Deletes the given fieldset beneath the given tab. Does nothing if the fieldset is not found
Arguments
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | ID of the fieldset to delete |
tab | string | Yes | ID of the tab that the fieldset belongs to |