You are here

README.txt in Event 5

Same filename in this branch
  1. 5 README.txt
  2. 5 contrib/event_all_day/README.txt
Same filename and directory in other branches
  1. 5.2 contrib/event_all_day/README.txt
Description
-----------------
Adds an 'all day' checkbox to the event form. When checked, the time fields are hidden and set to midnight.

TODO
-----------------
When showing the edit form, javascript decides to hide the fields if both are at midnight. This could be done in php which would
save a minor flicker after page renders.

Author
-----------------
Moshe Weitzman <weitzman AT tejasa DOT com>

File

contrib/event_all_day/README.txt
View source
  1. Description
  2. -----------------
  3. Adds an 'all day' checkbox to the event form. When checked, the time fields are hidden and set to midnight.
  4. TODO
  5. -----------------
  6. When showing the edit form, javascript decides to hide the fields if both are at midnight. This could be done in php which would
  7. save a minor flicker after page renders.
  8. Author
  9. -----------------
  10. Moshe Weitzman