[RRR-12] widget system | |
| Status: | Open |
| Project: | ReportRunner |
| Component/s: | Web Wizard |
| Affects Version/s: | |
| Fix Version/s: | 0.6 |
| Type: | Task | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Unresolved | ||
| Environment: | |||
| Description |
| hook a widget system up to the types used in converting calendar widget is an immediate. possibly a js validated number widget too |
| Comment by bayard [ Sun, 3 Oct 2004 09:04:02 -0700 (PDT) ] |
| Going to go ahead and use http://www.dynarch.com/projects/calendar/, though it is LGPL which sucks muchly and may need something else. Little slow. Seems to be all inlinable as a single widget, but that may not work well in other browsers than Firefox. Does not seem to work in Safari. |
| Comment by bayard [ Mon, 4 Oct 2004 09:26:03 -0700 (PDT) ] |
| http://www.softcomplex.com/products/tigra_calendar/ (commercial, but sweet feature-set) http://www.totallysmartit.com/examples/calendar/simple.asp http://www.phpguru.org/static/dyncalendar.html (allegedly BSD) tempting to take a BSD one, and start adapting it to have the feature-set of the Tigra one. |
| Comment by bayard [ Thu, 3 Feb 2005 13:02:43 -0800 (PST) ] |
| Velocity will allow for a nice plugin system I believe. |
| Comment by bayard [ Thu, 3 Feb 2005 13:03:23 -0800 (PST) ] |
| Fixing this would allow for comma separated inputs in a textfield for an Integer[] rather than having to use a drop-down. |
| Comment by bayard [ Tue, 2 Aug 2005 21:10:07 -0700 (PDT) ] |
| Pseudo-fixed the comma-separated inputs by pretending a widget system existed and hardcoding that one widget. |