modifyField()
Overview
public any function modifyField(
required string name
, required string fieldset
, required string tab
)
Modifies the given field. Creates the field (including fieldset and tab) if it doesn't already exists. Additional arguments to the function will be appended to the field's definition
Arguments
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | The name of the field to modify |
fieldset | string | Yes | The ID of the fieldset in which the field lives |
tab | string | Yes | The ID of the tab in which the field lives |