Ignore:
Timestamp:
04/01/10 21:49:44 (2 years ago)
Author:
RaulFRodriguez
Message:

Item8677: implementing the changes in the Release branch version of JSCalendarContrib

Note: changes implemented from scratch, and not by pushing the changes from Trunk here,
since according to Tasks.Item2111, Tasks.Item8235 (and Support.Question252) the versions
of JSCalendarContrib existing in Trunk and in Release branch are incompatible

  • fixing foswiki.js of JSCalendarContrib not to hardcode showsTime

Setting showsTime=false or showsTime=true depending on whether or not the format string contains time specifiers
Using the following time specifers as triggers: %H|%I|%k|%l|%M|%p|%P
Do so preserving the original formatting of the Javascript code

  • fixing foswiki_src.js in the same manner
  • in JSCalendarContrib.txt: adding a short section "Using the Calendar for picking dates only or picking times and dates" to the documentation
  • adding a reference in EditTablePlugin documentation

to the place in JSCalendarContrib documentation where the time and date DHTML format is described
the link is to an anchor #FormatSpecifiers in the relevant JSCalendarContrib section so that
the user lands directly where needed

  • updating Change History and Release date
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/EditTablePlugin/data/System/EditTablePlugin.txt

    r6268 r7045  
    4141The =date= field type allows one to choose a date with a popup calendar. Popup calendar works with all modern browsers. The date picker button is inactive if the browser cannot support the popup calendar or if javascript is disabled.  
    4242 
     43The optional DHTML date format specifiers are described in the [[System.JSCalendarContrib#FormatSpecifiers][JSCalendarContrib]] documentation. When time spec 
     44ifiers are used, the calendar allows one to choose a date and a time. 
    4345 
    4446---++ Per Cell Settings 
Note: See TracChangeset for help on using the changeset viewer.