Gets the constituent controls in a quick view control.
An array of controls.
Constituent controls in a quick view control are read only.
Gets the constituent controls in a quick view control.
Name of the control.
The control.
Constituent controls in a quick view control are read only.
Gets the constituent controls in a quick view control.
Name of the control.
The control.
Constituent controls in a quick view control are read only.
Gets a control by index.
The control index.
The control.
Constituent controls in a quick view control are read only.
Gets a control by index.
The control index.
The control.
Constituent controls in a quick view control are read only.
Gets the name of the control on the form.
The name of the control.
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.
When you use the control getName method the name of the first control will be the
same as the name of the attribute. The second instance of a control for that
attribute will be "
Returns whether the data binding for the constituent controls in a quick view control is complete.
True is the data binding for a constituent control is complete, otherwise false. because the quick view form that the control is bound to may not have loaded completely. As a result, using the getAttribute or any data-related methods on a constituent control might not work. The isLoaded method for the quick view control helps determine the data binding status for constituent controls in a quick view control.
The data binding for the constituent controls in a quick view control may not be complete during the main form OnLoad event
Generated using TypeDoc
Interface for a quick view control instance on a form.
See
External Link: formContext.ui.quickForms (Client API reference)