You are here

README.txt in Confirm popup 8

Same filename and directory in other branches
  1. 7 README.txt
*********************************************************
-----------------------JS Confirm Pop Up-------------------
*********************************************************

Introduction
------------
This module help site builder or developer to add "Custom JS confirm box" to 
form used within site, when user fills form and without complete it want 
redirect from that page, Shows the confirm box with warns to save form or leave 
the page. 


Requirements
------------
None


Installation & Use
-------------------
* Install as you would normally install a contributed Drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-7
   for further information.
* 1. Download project from https://www.drupal.org/js_confirm_pop_up and unzip
the project.
* 2. Place the project under '/sites/all/modules/contrib' directory.
* 3. Install it from module installation page.

Configuration
-------------
 * Configure user permissions in Administration » People » Permissions:
 * Find permission "Perform administration tasks JS confirm pop up."
 * This is permission for access the menu link used to "JS confirm pop up".
 * Access link Administration » Configuration » User Interface » JS confirm pop 
   up setting.
  1. Enter comma(,) separated form id's(machine name) of drupal form eg. 
  'node_edit_form' in first text area label with "Machine name of drupal forms".
  2. Enter comma(,) separated HTML id's of form i.e DOM ID's.
     eg. 'node-edit-form'.
  3. Submit form.
  
Limitation
------------
None 

Features
--------
* Use to warn site user to saved changes before leave any unsaved page.

CONTACT :
---------

Current maintainers:
  * Sandip Auti (sandipauti) - https://www.drupal.org/u/sandipauti
  * Gmail contact: sandip.auti11@gmail.com
 

File

README.txt
View source
  1. *********************************************************
  2. -----------------------JS Confirm Pop Up-------------------
  3. *********************************************************
  4. Introduction
  5. ------------
  6. This module help site builder or developer to add "Custom JS confirm box" to
  7. form used within site, when user fills form and without complete it want
  8. redirect from that page, Shows the confirm box with warns to save form or leave
  9. the page.
  10. Requirements
  11. ------------
  12. None
  13. Installation & Use
  14. -------------------
  15. * Install as you would normally install a contributed Drupal module. See:
  16. https://drupal.org/documentation/install/modules-themes/modules-7
  17. for further information.
  18. * 1. Download project from https://www.drupal.org/js_confirm_pop_up and unzip
  19. the project.
  20. * 2. Place the project under '/sites/all/modules/contrib' directory.
  21. * 3. Install it from module installation page.
  22. Configuration
  23. -------------
  24. * Configure user permissions in Administration » People » Permissions:
  25. * Find permission "Perform administration tasks JS confirm pop up."
  26. * This is permission for access the menu link used to "JS confirm pop up".
  27. * Access link Administration » Configuration » User Interface » JS confirm pop
  28. up setting.
  29. 1. Enter comma(,) separated form id's(machine name) of drupal form eg.
  30. 'node_edit_form' in first text area label with "Machine name of drupal forms".
  31. 2. Enter comma(,) separated HTML id's of form i.e DOM ID's.
  32. eg. 'node-edit-form'.
  33. 3. Submit form.
  34. Limitation
  35. ------------
  36. None
  37. Features
  38. --------
  39. * Use to warn site user to saved changes before leave any unsaved page.
  40. CONTACT :
  41. ---------
  42. Current maintainers:
  43. * Sandip Auti (sandipauti) - https://www.drupal.org/u/sandipauti
  44. * Gmail contact: sandip.auti11@gmail.com