Sets a clear button in the left bottom corner if set to true. Default: false.
Sets the colour the user draws on the canvas.
Protected
disposedSets the height of the canvas.
Sets the background image of the control.
If set to true, signatures gets logged.
Protected
optionsSets the width of the canvas.
Deletes all fields that are linked to the InkControl:
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.
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
Checks if the form control is included in a repeating unit.
Stores the images and sets the fields with the names of the images.
Optional
progress: Progress[optional] Adds a Progress control.
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
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
Does nothing on the InkControl. Use instead the save method to save the InkControl. To get the file names of the stored images use the Fields.getById method.
The HybridForms InkControl. Users can draw on a canvas. Optional a background image can be included. The drawn sketch is stored.