A collection of all the controls on the form that interface with this attribute.
Adds a handler to be called when the attribute's value is changed.
The function reference.
Gets attribute type.
The attribute's type name.
Values returned are:
Gets the attribute format.
The format of the attribute. Values returned are: email, phone, text, textarea, tickersymbol, url
Gets the current level of requirement for the attribute.
The required level, as either "none", "required", or "recommended"
Gets current submit mode for the attribute.
The submit mode, as either "always", "never", or "dirty"
The default value is "dirty"
Removes the handler from the "on change" event.
The handler.
Sets the required level.
The requirement level, as either "none", "required", or "recommended"
Sets the submit mode.
The submit mode, as either "always", "never", or "dirty".
Sets the value.
The value.
A String field with the email format enforces email address formatting. Attributes on Quick Create Forms will not save values set with this method.
Generated using TypeDoc
Interface for a String attribute.
See
Attribute