control.getName (Client API reference)
Returns the name assigned to the control.
Note
The name assigned to a control is not determined until the form loads. Changes to the form may change the name assigned to a given control.
Control types supported
All
Syntax
formContext.getControl(arg).getName();
Return Value
Type: String
Description: The name of the control.