NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item1240: Look at the possibility to use a nicer date picker
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Enhancement |
New |
Extension |
JSCalendarContrib |
|
Unobtrusive Date-Picker Widget V4
I would like to have a look if it is feasible to replace JSCalendarContrib with this picker.
That would also mean to replace current 'hardcoded' calls like:
CGI::image_button(
-class => 'editTableCalendarButton',
-name => 'calendar',
-onclick => "return showCalendar('id$theName','$ifFormat')",
-src => Foswiki::Func::getPubUrlPath() . '/'
. $Foswiki::cfg{SystemWebName}
. '/JSCalendarContrib/img.gif',
-alt => 'Calendar',
-align => 'middle'
);
by something more future proof. Start by actually
using Foswiki::Contrib::JSCalendarContrib::renderDateForEdit.
--
ArthurClemens - 11 Mar 2009