deleteField()

Overview

public any function deleteField(
      required string name    
    , required string fieldset
    , required string tab     
)

Deletes the given field. Does nothing if the field does not exist.

Arguments

NameTypeRequiredDescription
namestringYesThe name of the field to delete
fieldsetstringYesThe ID of the fieldset in which the field lives
tabstringYesThe ID of the tab in which the field lives