Versions Compared

Key

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

...

Table of Contents

...

borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

Introduction

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:

StepsScreen (Click to view)
  1. art the Joget Server and open the  

...

  1. App Center.

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

  3. Click on the  Create 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


  4. Drag and drop a Signature element on to the canvas.


  5. Click on Preview, and try drawing in the Signature field.

Image Added

Figure 1


Image Added

Figure 2


Signature properties

Edit Signature

NameDescriptionScreen (Click to view)

Image Removed

Figure 1: Screenshot highlighting Signature in Form Builder

Image Removed

Figure 2: Signature in actual form

Image Removed

Figure 3: Signature properties

NameDescription
IDElement ID (By declaring as "signature", a corresponding database table column "c_signature" will be created)

Image Added

LabelElement Label to be displayed to the end-user.
Encryption

Determines if the value should be encrypted upon saving into the database.

...

...

Advanced Options

Data

NameDescriptionScreen (Click to view)
Validator

Attach a Validator plugin to validate the input value.

Info
titleWhen will validation takes place?

Validation will

takes

take place whenever a form is submitted except when it is submitted as "Save as Draft".

Image Added

UI

NameDescriptionScreen (Click to view)
Width

Width of the element in character.

Code Block
titleExample
300px

Image Added

Height

Height of the element in character.

Code Block
titleExample
300px
Readonly

Determines if the element is editable.

Related Tutorials

...