You are here

README.txt in Date Popup Timepicker 8

Same filename and directory in other branches
  1. 7 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 no modules outside of Drupal core.


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

Install the Date Popup Timepicker module as you would normally install a contributed Drupal
module. Visit https://www.drupal.org/node/1897420 for further information.


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

  * Create content type (or other entities bundle) with Date field.
  * Go to your content type "Manage form display" page.
  * Change the widget of this date field to "Timepicker".


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
-----------

This module developed by ADCI Solutions team.

  * https://www.drupal.org/adci-solutions

  * http://www.adcisolutions.com

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 no modules outside of Drupal core.
  25. INSTALLATION
  26. ------------
  27. Install the Date Popup Timepicker module as you would normally install a contributed Drupal
  28. module. Visit https://www.drupal.org/node/1897420 for further information.
  29. CONFIGURATION
  30. -------------
  31. * Create content type (or other entities bundle) with Date field.
  32. * Go to your content type "Manage form display" page.
  33. * Change the widget of this date field to "Timepicker".
  34. NOTES
  35. -----
  36. * There is known issue in jQuery UI Timepicker (By François Gélinas) library
  37. when using it with the Bootstrap front-end framework. You'll need to add
  38. CSS fix to your styles if issue will appear, similar to the following:
  39. .ui-timepicker-table td a {
  40. -webkit-box-sizing: content-box !important;
  41. box-sizing: content-box !important;
  42. }
  43. Please see https://github.com/fgelinas/timepicker/issues/86 for more details.
  44. MAINTAINERS
  45. -----------
  46. This module developed by ADCI Solutions team.
  47. * https://www.drupal.org/adci-solutions
  48. * http://www.adcisolutions.com