modifyFieldset()
Overview
public any function modifyFieldset(
required string id
, required string tab
)
Modifies the given fieldset, appending all arguments to the fieldset's definition (with the exception of the id and tab arguments).
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Id of the fieldset to modify |
| tab | string | Yes | Tab in which the fieldset belongs |