Protected
disposedProtected
optionsGets the corresponding field of the form control.
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.
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 Treeview control.
Expects an array of key/value objects. The key name is defined in the data-win-options ('dataTextField') of the formcontrol. For more information see https://docs.telerik.com/kendo-ui/framework/datasource/hierarchical
Gets or sets the value of the Treeview control. The TreeView control sets to fields:
Optional
value: { id: string; text: string }[] | { id: string; text: string }[optional] If provided, the value (and the corresponding field) of the Treeview control gets set.
[optional] Disables the onChanged callback if set to true. Necessary if an onChanged-Handler wants to change itself.
Generated using TypeDoc
The HybridForms Treeview control. For representation and selection of hierarchical data.