[[PageOutline(2-5,Contents,pullout)]] = Selectable pop-up calendar for fields = [[html(
)]] 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 [download:calendarpopupplugin here]. == Source == You can check out CalendarPopUpPlugin from [http://trac-hacks.org/svn/calendarpopupplugin here] using Subversion, or [source:calendarpopupplugin browse the source] with Trac. == Example == [[Image(example.jpg)]] == 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'' {{{ #!ini [calendarpopup] ids=duedate=MM/dd/yy files=milestone_edit.html }}} And in a bigger context: {{{ #!ini [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 == [[ChangeLog(calendarpopupplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:jjbig] [[BR]] '''Maintainer:''' [wiki:jjbig] [[BR]] '''Contributors:''' Matt Kruse