📄️ ButtonControl
The ButtonControl invokes a predefined custom callback.
📄️ CheckBox
| Property | Type | How to use | Description |
📄️ ComboBox
The values of the control "ComboBox" can be provided as static datasource (data formatted like a Json Array inside your template) or in case of a external datasource e.g. by referencing a SharePoint list by linking to the URL or by providing a oData source.
📄️ Condition
Within a block conditions can be set to HTML areas using the ` tag and the control HFWinJSCtrl.Condition`:
📄️ DatePicker
| Property | Type | How to use | Description |
📄️ DrawingControl
| Property | Type | How to use | Description |
📄️ DropDownList
The new control is an alternative to the Control "ComboBox". The values of the control "DropDownList" can be provided as static datasource (data formatted as JSON Array inside your template) or by an external datasource e.g. by referencing a HFSqlServer list by linking to the URL or by providing an oData source as known of the ComboBox control.
📄️ FileUploader
The FileUploader ctrl enables the user to upload files inside the form.
📄️ HtmlContainer
| Property | Type | How to use | Description |
📄️ InkControl
| Property | Type | How to use | Description |
📄️ Label
| Property | Type | How to use | Description |
📄️ MailButton
The MailButton invokes the local installed E-Mail program and passes filled in email address information and the prefdeined subject string.
📄️ MapButton
The MapButton invokes routing apps and passes filled in address information and the current location information.
📄️ NumericField
NumericFields restrict the input value to numbers in the case of a simple input field or you refine it by further properties to offer a kind of slider.
📄️ PhoneButton
The PhoneButton offers the possibility to dial a phone number provided by an input field inside your form by a dial-up application i.e. "Skype" or the mobile device.
📄️ PicturePicker
The PicturePicker provides image thumbnails directly within the form data. Insert an image, sketch or map quickly with just a few steps by clicking the particular plus icon.
📄️ RadioBox
Radio buttons
📄️ ReverseGeolocatorButton
This form control is a button which request the current location of the user and fills in the form fields defined in its options.
📄️ ScanButton (Anyline)
This form control is a button which starts a OCR scan of passports, id cards, driving licenses and license plates and fills in the scanned information.
📄️ ScanButton (Barcode/NFC)
This form control (button) starts a scan of barcodes and processes the decoded information inside the form.
📄️ SelectBox
This type of form control is similar to the HTML select box and the ComboBox control.
📄️ Signature
The signature element is a special inkControl element, which is stored in the ink format "ISF (Ink Serialized Format)" by Microsoft.
📄️ Switch
| Property | Type | How to use | Description |
📄️ TextField / Textarea
Please ensure there is no non breaking space or line break between the 'textarea'-opening and closing tag. Otherwise the cursor will not be positioned at the correct place on focus.
📄️ TimePicker
| Property | Type | How to use | Description |
📄️ TreeView
The TreeView control enables you to display complex dataSources/catalogs in a hierarchical view and offers the possibility to select and store multiple values as well as the hierarchical path of the values.
📄️ Webview
| Property | Type | How to use | Description |