Download the PHP package sandritsch91/yii2-widget-jsignature without Composer
On this page you can find all versions of the php package sandritsch91/yii2-widget-jsignature. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sandritsch91/yii2-widget-jsignature
More information about sandritsch91/yii2-widget-jsignature
Files in sandritsch91/yii2-widget-jsignature
Download sandritsch91/yii2-widget-jsignature
More information about sandritsch91/yii2-widget-jsignature
Files in sandritsch91/yii2-widget-jsignature
Vendor sandritsch91
Package yii2-widget-jsignature
Short Description A jSignature widget for Yii2
License MIT
Package yii2-widget-jsignature
Short Description A jSignature widget for Yii2
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-widget-jsignature
yii2-widget-jsignature
A jSignature widget for yii2
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
Good to know
Loading a signature is only supported for the following formats:
- native
- base30
If you need to load a signature again, use one of these formats.
Usage
Widget
with a model:
with an ActiveForm:
without a model:
Widget options
- format: The format of the signature. Defaults to svgbase64
- default
- native
- base30
- svg
- svgbase64
- image
- htmlClass: The class used to generate the form field. Defaults to yii\helpers\Html::class
- clientEvents: The client events to be attached to the textarea. Defaults to []
- change: Triggered after each stroke
- wrapperOptions: The options for the wrapper div. Defaults to []
Helper
User the to convert the signature to a different format.
Possible conversions are:
- base30 to native
- native to svg
- base30 to svg
- native to image
- base30 to image
All versions of yii2-widget-jsignature with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
yiisoft/yii2 Version ^2.0.50
yiisoft/yii2-imagine Version ^2.2.0
bower-asset/jsignature Version ^2.0.0
yiisoft/yii2 Version ^2.0.50
yiisoft/yii2-imagine Version ^2.2.0
bower-asset/jsignature Version ^2.0.0
The package sandritsch91/yii2-widget-jsignature contains the following files
Loading the files please wait ....