
noreply at edgewall
Aug 23, 2005, 12:42 PM
Post #4 of 9
(1199 views)
Permalink
|
|
Re: [The Trac Project] #1942: Add support for date type in custom tickets
[In reply to]
|
|
#1942: Add support for date type in custom tickets ---------------------------+------------------------------------------------ Reporter: anonymous | Owner: jonas Type: enhancement | Status: new Priority: normal | Milestone: Component: ticket system | Version: 0.8.4 Severity: normal | Resolution: Keywords: | Cc: ---------------------------+------------------------------------------------ Comment (by eblot): As a side note: Available data types are currently only "plain old" HTML data types, i.e. the ones you can get with the XHTML input set: text (single-line or multiline), checkbox, radiobox, drop-down list. Date types are not POD: they requires some combination of POD fields, or some kind of validation (i.e. either Javascript on client side or Python code on server-side); same for "calendar" widgets, heavily based on Javascript code. -- Ticket URL: <http://projects.edgewall.com/trac/ticket/1942> The Trac Project <http://trac.edgewall.com/>
|