esign.css |
css/esign.css |
|
.esign_panel canvas {
border: 1px solid #eeeeee;
cursor: crosshair;
width: 100%;
min-height: 50mm;
} |
esign.info |
esign.info |
|
name = E-Sign Field
description = Allows users to add e-signable fields using HTML 5 technology.
core = 7.x
php = 5.5
package = Content
stylesheets[all][] = css/esign.css
dependencies[] = jquery_update
dependencies[] = field |
esign.install |
esign.install |
|
Defines schema and other install-related items. |
esign.module |
esign.module |
|
Defines all hooks and functions to manage the e-sign field. |
esign_webform.info |
esign_webform/esign_webform.info |
|
name = E-Sign Field for Webform
description = Allows users to add e-signable fields using HTML 5 technology to a webform.
core = 7.x
php = 5.5
package = Content
dependencies[] = esign
dependencies[] = webform (4.x)
dependencies[] = webform_validation |
esign_webform.module |
esign_webform/esign_webform.module |
|
Defines all hooks and functions to manage the e-sign field for webforms. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Recommended modules
* Installation
* Configuration
* Troubleshooting
* FAQ
* Maintainers
INTRODUCTION
------------
This module allows for integration of Signature… |