Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The easiest way to see how the Signature works are to create a new app. Here are the steps:

  1. Start the Joget Server and open and open theApp Center.

  2. Log in as admin  admin and click on the pencil icon on theExpenses Claim to open theDesign App . Composer (see Figure 1).


    Figure 1

  3. Click on theCreate New Form button and fill up the Form Details as follows (see Figure 2):
    1. Form ID: signature
    2. Form Name:  Signature
    3. Table Name: j_expense_claim


    Figure 2

  4. Drag and drop a Signature element onto the canvas.

    Figure 3
  5. Click onPreview,  and try drawing in the Signature field.

    Figure 4

...

NameDescription
LabelElement 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

NameDescription
Validator

Attach a Validator plugin to validate the input value. Please see Form Validator.

Info
titleWhen 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.

Code Block
titleExample
300px
Height

Height of the element in character.

Code Block
titleExample
300px
Readonly

Determines if the element is editable.

Download Related Plugin

...