You are here

README.txt in Date Popup Timepicker 7

Same filename and directory in other branches
  1. 8 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Notes
 * Maintainers


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

The Date Popup Timepicker module adds more timepicker options for elements
of date_popup type and date_popup widgets for date fields provided by the Date
module (https://www.drupal.org/project/date). The only available option
for now is jQuery UI Timepicker (By François Gélinas) timepicker library, and
provided widget looks very similar to core's jQuery UI Datepicker widget shipped
with Drupal core and utilized by the Date module.


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


 * To submit bug reports and feature suggestions including new timepicker
   plugins support, or to track changes:
   https://www.drupal.org/project/issues/date_popup_timepicker


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

This module requires the following modules:
 * Chaos tool suite (ctools) (https://www.drupal.org/project/ctools)
 * Date Popup, part of the Date module (https://www.drupal.org/project/date)
 * Libraries (https://www.drupal.org/project/libraries)


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

 * Download jQuery UI Timepicker (By François Gélinas) library
   https://fgelinas.com/code/timepicker/#get_timepicker and put its content to
   "timepicker" directory inside libraries directory
   (usually sites/all/libraries) so you should have
   sites/all/libraries/timepicker directory and jquery.ui.timepicker.js and
   jquery.ui.timepicker.css in it.
   See https://www.drupal.org/node/1440066 for more details.

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


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

 * Choose "jQuery UI Timepicker" option in Configuration » Date API » Date Popup

 * If used with Date fields, adjust plugin settings on field settings form if
   needed.


NOTES
-----

 * There is known issue in jQuery UI Timepicker (By François Gélinas) library
   when using it with the Bootstrap front-end framework. You'll need to add
   CSS fix to your styles if issue will appear, similar to the following:

   .ui-timepicker-table td a {
     -webkit-box-sizing: content-box !important;
     box-sizing: content-box !important;
   }

   Please see https://github.com/fgelinas/timepicker/issues/86 for more details.


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

Current maintainers:
 * develnk - https://www.drupal.org/u/develnk
 * Anton Shubkin (antongp) - https://www.drupal.org/u/antongp


This project is created by ADCI Solutions team (http://drupal.org/node/1542952).

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Notes
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Date Popup Timepicker module adds more timepicker options for elements
  12. of date_popup type and date_popup widgets for date fields provided by the Date
  13. module (https://www.drupal.org/project/date). The only available option
  14. for now is jQuery UI Timepicker (By François Gélinas) timepicker library, and
  15. provided widget looks very similar to core's jQuery UI Datepicker widget shipped
  16. with Drupal core and utilized by the Date module.
  17. * For a full description of the module, visit the project page:
  18. https://www.drupal.org/project/date_popup_timepicker
  19. * To submit bug reports and feature suggestions including new timepicker
  20. plugins support, or to track changes:
  21. https://www.drupal.org/project/issues/date_popup_timepicker
  22. REQUIREMENTS
  23. ------------
  24. This module requires the following modules:
  25. * Chaos tool suite (ctools) (https://www.drupal.org/project/ctools)
  26. * Date Popup, part of the Date module (https://www.drupal.org/project/date)
  27. * Libraries (https://www.drupal.org/project/libraries)
  28. INSTALLATION
  29. ------------
  30. * Download jQuery UI Timepicker (By François Gélinas) library
  31. https://fgelinas.com/code/timepicker/#get_timepicker and put its content to
  32. "timepicker" directory inside libraries directory
  33. (usually sites/all/libraries) so you should have
  34. sites/all/libraries/timepicker directory and jquery.ui.timepicker.js and
  35. jquery.ui.timepicker.css in it.
  36. See https://www.drupal.org/node/1440066 for more details.
  37. * Install as you would normally install a contributed Drupal module. See:
  38. https://drupal.org/documentation/install/modules-themes/modules-7
  39. for further information.
  40. CONFIGURATION
  41. -------------
  42. * Choose "jQuery UI Timepicker" option in Configuration » Date API » Date Popup
  43. * If used with Date fields, adjust plugin settings on field settings form if
  44. needed.
  45. NOTES
  46. -----
  47. * There is known issue in jQuery UI Timepicker (By François Gélinas) library
  48. when using it with the Bootstrap front-end framework. You'll need to add
  49. CSS fix to your styles if issue will appear, similar to the following:
  50. .ui-timepicker-table td a {
  51. -webkit-box-sizing: content-box !important;
  52. box-sizing: content-box !important;
  53. }
  54. Please see https://github.com/fgelinas/timepicker/issues/86 for more details.
  55. MAINTAINERS
  56. -----------
  57. Current maintainers:
  58. * develnk - https://www.drupal.org/u/develnk
  59. * Anton Shubkin (antongp) - https://www.drupal.org/u/antongp
  60. This project is created by ADCI Solutions team (http://drupal.org/node/1542952).