Introduction
English |
---|
The Signature is a special element with canvas to collect the user's input by scribbling/sketching on it |
Get Started
The easiest way to see how the Signature works are to create a new app. Here are the steps:
- Start the Joget Server and open and open the App Center.
- Log in as admin admin and click on the pencil icon on the Expenses Claim to open the App Composer Design App. (see Figure 1).
Image Removed
Image Added
Figure 1
- Click on the Create New Form Form button and fill up the Form Details as follows (see Figure 2):
- Form ID: signature
- Form Name: Signature
- Table Name: j_expense_claim
Image Removed
Image Added
Figure 2
- Drag and drop a Signature element on to onto the canvas.
Image Added
Figure 3 - Click on Preview, and try drawing in the Signature field.
Image Added
Figure 4
Panel |
---|
borderColor | purple |
---|
bgColor | white |
---|
titleColor | black |
---|
borderWidth | 1 |
---|
titleBGColor | #ddccff |
---|
borderStyle | solid |
---|
title | New Feature |
---|
|
This is a new feature for Joget DX version 8.1 onwards. - Support switch to full screen mode for signing
- Clickable button to toggle to full screen mode and click the same button to return to the original size.
Image Added
|
Signature Properties
Configure Signature
...
Name | Description |
---|
Label | Element Label to be displayed to the end-user. |
ID | Element ID (By declaring as "signature", a corresponding database table column "c_signature" will be created) Please see Form Element for more information about defining the ID and list of reserved IDs. |
Encryption | Determines if the value should be encrypted upon saving into the database. |
Advanced Options
UI
Name | Description |
---|
Validator | Attach a Validator plugin to validate the input value. Please see Form Validator. Info |
---|
title | When will validation takes place? |
---|
| Validation will take place whenever a form is submitted except when it is submitted as "Save as Draft". |
Available Options: - Basic
- BeanShell
- Data and Time Duplicate Validator
- Directory
- Duplicate Value
- Equal Value
- Multi Form Validator
- Password
- Plugin Template - Validator
|
Width | Width of the element in character. |
Height | Height of the element in character. |
Readonly | Determines if the element is editable. |
Download Related Plugin
...