addFieldset()

Overview

public any function addFieldset(
      required string id 
    , required string tab
)

Adds a fieldset to the given tab. If the tab does not exist, it is created. Any arguments other than id and tab are uses as attributes for the fieldset definition.

Arguments

NameTypeRequiredDescription
idstringYesID of the fieldset to create
tabstringYesID of the tab to append the fieldset to