You are here

README.txt in E-Sign 7

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * Troubleshooting
 * FAQ
 * Maintainers

INTRODUCTION
------------

This module allows for integration of Signature Pad, an electronic-signing
script, into Drupal for both nodes (content) and the Field API (FAPI).

 * For a full description of the module, visit the project page:
   https://drupal.org/project/esign

 * To submit bug reports and feature suggestions, or to track changes:
   https://drupal.org/project/issues/esign

REQUIREMENTS
------------

This module requires the following module:

 * Libraries (https://www.drupal.org/project/libraries)
 * Field API (core)

It also requires the following third-party library:

 * Signature Pad 1.6+ (https://github.com/szimek/signature_pad)

RECOMMENDED MODULES
-------------------

 None

INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-7
   for further information.

 * Download and extract the Signature Pad library into the libraries directory
   (usually "sites/all/libraries").

CONFIGURATION
-------------

 * For content, you can change the options within the field settings.
   - For FAPI, you can change the field options by setting the '#esign_options'
     parameter, and using the following keys in an associative array:

   - dotSize (default: 1)

   - minWidth (default: 0.5)

   - maxWidth (default: 2.5)

   - backgroundColor (default: 'rgba(0,0,0,0)')

   - penColor (default: 'rgba(0,0,0,1)')

   - velocityFilterWeight (default: 0.7)

TROUBLESHOOTING
---------------

 * If the signature field does not display, check the following:

   - Did you set the field to display?

   - Does your CSS allow the field to display?

FAQ
---

Q: The signature field isn't working!

A: Please make sure you're using the correct version of Signature Pad.

MAINTAINERS
-----------

Current maintainers:
 * Adam Weiss (greatmatter) - https://www.drupal.org/u/greatmatter

This project has been sponsored by:
 * Great Matter
   We create the software you need most.
   Specializing in Drupal-based systems, Great Matter designs, develops,
   and supports amazing software solutions for the most complicated needs.
   Visit https://www.greatmatter.com for more information.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Troubleshooting
  9. * FAQ
  10. * Maintainers
  11. INTRODUCTION
  12. ------------
  13. This module allows for integration of Signature Pad, an electronic-signing
  14. script, into Drupal for both nodes (content) and the Field API (FAPI).
  15. * For a full description of the module, visit the project page:
  16. https://drupal.org/project/esign
  17. * To submit bug reports and feature suggestions, or to track changes:
  18. https://drupal.org/project/issues/esign
  19. REQUIREMENTS
  20. ------------
  21. This module requires the following module:
  22. * Libraries (https://www.drupal.org/project/libraries)
  23. * Field API (core)
  24. It also requires the following third-party library:
  25. * Signature Pad 1.6+ (https://github.com/szimek/signature_pad)
  26. RECOMMENDED MODULES
  27. -------------------
  28. None
  29. INSTALLATION
  30. ------------
  31. * Install as you would normally install a contributed Drupal module. See:
  32. https://drupal.org/documentation/install/modules-themes/modules-7
  33. for further information.
  34. * Download and extract the Signature Pad library into the libraries directory
  35. (usually "sites/all/libraries").
  36. CONFIGURATION
  37. -------------
  38. * For content, you can change the options within the field settings.
  39. - For FAPI, you can change the field options by setting the '#esign_options'
  40. parameter, and using the following keys in an associative array:
  41. - dotSize (default: 1)
  42. - minWidth (default: 0.5)
  43. - maxWidth (default: 2.5)
  44. - backgroundColor (default: 'rgba(0,0,0,0)')
  45. - penColor (default: 'rgba(0,0,0,1)')
  46. - velocityFilterWeight (default: 0.7)
  47. TROUBLESHOOTING
  48. ---------------
  49. * If the signature field does not display, check the following:
  50. - Did you set the field to display?
  51. - Does your CSS allow the field to display?
  52. FAQ
  53. ---
  54. Q: The signature field isn't working!
  55. A: Please make sure you're using the correct version of Signature Pad.
  56. MAINTAINERS
  57. -----------
  58. Current maintainers:
  59. * Adam Weiss (greatmatter) - https://www.drupal.org/u/greatmatter
  60. This project has been sponsored by:
  61. * Great Matter
  62. We create the software you need most.
  63. Specializing in Drupal-based systems, Great Matter designs, develops,
  64. and supports amazing software solutions for the most complicated needs.
  65. Visit https://www.greatmatter.com for more information.