Selectable pop-up calendar for fields
As discussed in #7030, the same functionality of this plugin is provided by DateFieldPlugin. So I'm putting further efforts into DateFieldPlugin.
Description
Show selectable calendar pop-up where needed. It is easier to see a date rather than insert some date without visualization.
Download
Download the zipped source from here.
Source
You can check out CalendarPopUpPlugin from here using Subversion, or browse the source with Trac.
Example
Installation
First you have to identify all the html-ids of the input fields, where you want the pop up to appear, as well as the html filenames.
Take for example the html file milestone_edit.html and add an entry to trac.ini as shown below. Then you take a look at the html code to find the input fields where you'd like the pop-up to appear. That's the field {{id="duedate"}}.
That leaves us with the following settings, that go into the trac.ini
[calendarpopup] ids=duedate=MM/dd/yy files=milestone_edit.html
And in a bigger context:
[calendarpopup] ids=field-due_assign,field-due_close,duedate=MM/dd/yy files=milestone_edit.html,ticket.html
Remark: The default (yyy/MM/dd) date format is taken, if not defined by =.
Recent Changes
[7789] by jjbig on 03/21/10 09:22:23
fixed issue described in #6834
[7711] by jjbig on 02/24/10 11:11:33
to announce last minor changes
[7709] by jjbig on 02/24/10 10:28:35
resolved #5315
[7708] by jjbig on 02/24/10 10:16:53
resolved ticket #5314
Author/Contributors
Attachments
- example.jpg (23.7 kB) - added by jjbig on 05/31/09 00:34:15.


