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/JSCalendarContrib/data/System/JSCalendarContrib.txt

    r5987 r7045  
    2222---++ Detailed Documentation 
    2323%$POD% 
     24 
     25---+++ Using the Calendar for picking dates only or picking times and dates 
     26The calendar is able to display a time-picker, in addition to the default date-picker, depending on the optional date format passed. 
     27 
     28   * the calendar displays the built-in time picker when the passed format descriptions includes hours, minutes or am or pm specifiers (i.e.: =%H, %I, %k, %l, %M, %p, %P=), 
     29 
     30   * otherwise the calendar is displayed normally with only dates if anything else or no format description is passed. 
    2431 
    2532---+++ Using the Calendar in user forms 
     
    5764|  Release: | %$RELEASE% | 
    5865| Change History: | | 
     66|  01 Apr 2010 | Calendar displays the built-in Time-Picker if the optional format string contains time format specifiers (Foswiki:Main.RaulFRodriguez) | 
    5967|  09 Jan 2010 | Adding the Config.spec file with the 3 settings so that people do not have to manually create the file. | 
    6068|  20 Sep 2009 | Small documentation update in connection with release of Foswiki 1.0.7 | 
Note: See TracChangeset for help on using the changeset viewer.