Protected
disposedProtected
optionsOn mobile or small devices a dialog opens when the user clicks on the control. If this dialog is open, the dialog control is returned; Otherwise the main control is returned. For the API of the kendo ui control see https://docs.telerik.com/kendo-ui/api/javascript/ui/
Returns the kendo ui control that is instantiated through the HybridForms control; For the API of the kendo ui control see https://docs.telerik.com/kendo-ui/api/javascript/ui/
Deletes the all fields related to the form control.
The field id.
Disables the form control.
Disposes the form control.
Enables the form control.
Gets the corresponding field of the form control.
all fields and values that are connected with the the form control.
provide the name of the property that is defined as the id of the data source value field.
the dataItem of the provided id of the data source.
Gets the data source of the comboBox
Gets the default value auf the form control, if it is set.
Gets the PostfixFieldId. Relevant for operations in repeating units. Check first, if the form control is contained in a repeating unit, see: isRepeatingUnit.
Searches for a field by providing its id.
The id of the field.
Hide FormControl
En/Disable animation
Enable lock of hidden FormControl to not process control with condition
Returns a Promise which is resolved when the control is fully initialized.
Checks if the form control is included in a repeating unit.
Sets the field value of the form control. Be careful: This does not update the UI. In most cases it is better to use the val() method, see: val
The value of the field
Set the data source of a ComboBox control.
Expects a key/value object. The key name is defined in the data-hf-options ('dataTextField') of the formcontrol.
Set additional options to kendo controls.
New options to set.
Sets a new label value.
The value to set.
Sets any field value by providing its id.
The id of the field.
The value of the field. Data type is an object. Its structure depends on the specific field type.
Show hidden FormControl
En/Disable animation
Disable lock of hidden state to process control with condition
Gets or sets the value of the ComboBox control. The ComboBox control sets to fields:
Optional
value: string[optional] If provided, the value (and the corresponding fields) of the ComboBox control gets set.
[optional] Disables the onChanged callback if set to true. Necessary if an onChanged-Handler wants to change itself.
The HybridForms Combobox. Inherits from KendoBase.