Provides date & Calendar support via JCalendar.
The current version of griffon-jcalendar-plugin is 0.2
To install just issue the following command
griffon install-plugin jcalendar |
The following nodes will become available on a View script upon installing this plugin
Node |
Property |
Type |
Default |
Required |
Bindable |
Notes |
|---|---|---|---|---|---|---|
calendar |
|
|
|
|
|
|
dateChooser |
|
|
|
|
|
|
dayChooser |
|
|
|
|
|
|
monthChooser |
|
|
|
|
|
|
yearChooser |
|
|
|
|
|
|
localeChooser |
|
|
|
|
|
|
spinField |
|
|
|
|
|
|
All JCalendar beans are designed as proper Java Beans. Please refer to the JCalendar API documentation to know more about the properties that can be set on these beans.
Version |
Date |
Notes |
|---|---|---|
0.2 |
03-11-11 |
release sync with Griffon 0.9.2 |
0.1 |
07-28-10 |
first release |