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:
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"
Gets the value.
The value.
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.
Attributes on Quick Create Forms will not save values set with this method.
Generated using TypeDoc
Interface a Lookup attribute.
See
Attribute
Deprecated
Use LookupAttribute instead.