Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Stauts: At work


Das Unterschriften-Plugin erweitert ein Formular-Element um die Möglichkeit, eine händische Unterschrift mit der Maus oder Moblie Phone auf einem Formular zu hinterlegen.

...

Plugin-Klasse: com.jaxfront.eforms.plugins.signature.SimpleTypeSignaturePlugin

JSON-Konfiguration:

Key

Type

Mandatory

Default

Description

signatureContextTypeXPath

string

true


Absolute or relative path to a type which reflects the the textual context (e.g. identity name, location) of the signature.

mobileViewTemplate

string

false

MobileSignatureView.html

Relative path (Form-ID) to the template for signing on a mobile or tablet. Default-path: resources/templates/SYSTEM

isSealable

boolean

false

false

If is true, the signature is not modifiable anymore after the form is persistent.

Beispiel: 

Codeblock
languagexml
<plugIn class="com.jaxfront.eforms.plugins.signature.SimpleTypeSignaturePlugin">
    <param type="String" value="{"mobileViewTemplate":"MobileSignatureView.html","signatureContextTypeXPath":"CONTEXT","isSealable":true}"/>
</plugIn>

...