Signature

Content Type: Widget
Categories: Data

Overview

Capture signatures in your apps and store them as an image. You can customize the pen type and grid settings and use a nanoflow or microflow to clear the signature.

Documentation

Please see Signature in the Mendix documentation for details.

Releases

Version: 2.0.1
Framework Version: 11.8.0
Release Notes: ### Fixed - We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
Version: 2.0.0
Framework Version: 11.8.0
Release Notes:

### Breaking changes

- Complete rewrite using Pluggable Widget API - Migrated from Custom Widget (v1.x) to Pluggable Widget architecture

- Minimum Mendix version increased - Now requires Mendix 11.8.0 or higher (previously 7.13.1)

- No backward compatibility - Existing implementations using v1.x must be reconfigured

- Widget ID changed - From `com.mendix.widget.custom.signature.Signature` to `com.mendix.widget.web.signature.Signature`

- Widget MPK renamed - From `Signature.mpk` to `com.mendix.widget.web.Signature.mpk`. This allows the old and new versions to coexist during migration. The old `Signature.mpk` needs to be removed from your project's widget folder manually once migration is complete

- Widget category changed - From `Add-ons` to `Input elements`.

 

### Added

- Added custom filename support via `fileName` property (textTemplate)

- Added `onSignEndAction` event that triggers after each stroke with signature image URI parameter

- Added enhanced dimension controls (min/max height, viewport units, overflow options)

Version: 1.0.8
Framework Version: 8.0.0
Release Notes:

Fixed

 

- We fixed and issue with the widget not working correctly in some newer version of Studio Pro.

 

Added

 

- We added a license file and a readme documenting all open source dependencies used in this package.

Version: 1.0.7
Framework Version: 8.0.0
Release Notes: ### Changed

- We updated the light and dark icons and tiles for the widget.

### Fixed

- We fixed an issue where the widget was failing to save signatures on Hybrid apps.
Version: 1.0.4
Framework Version: 7.13.1
Release Notes: Fixed: an issue that caused the widget to not work on IE11 anymore (ticket #95196)
Version: 1.0.3
Framework Version: 7.13.1
Release Notes: - Fixed bug in Design Mode (Preview)


More information, check https://github.com/mendix/widgets-resources/releases/tag/signature-v1.0.3
Version: 1.0.2
Framework Version: 7.13.1
Release Notes: Now the filename if the signature persists if its already set in advanced (Implements GitHub request #7)
Version: 1.0.1
Framework Version: 7.13.1
Release Notes: - Now the signature is also stored in a form over association (fixes GitHub Issue #4)
- Improved documentation
Version: 1.0.0
Framework Version: 7.13.1
Release Notes: Capture a signatures as an image