Hi,

I've made some updates to wicketstuff-jquery in my local copy, and would like 
to contribute to the project.

The changes are:

- Upgrade to jquery-1.2.2.js
- Upgrade to jquery-datePicker-2007-10-25.js
- Added support for the cornerz plugin (CornerzBehaviour and CornerzOptions)
- Fixed format pickup in datepicker by moving code from the constructor to the onbind function so that the correct locale can be picked up from the component. (I think the code was for the pre-1.3 DateConverter that had a getDatePattern() method) - Made the datepicker pickup format from custom dateconverters (Changed "cnv instanceof DateConverter" to "DateConverter.class.isAssignableFrom(cnv.getClass())" so it supports converters that extend DateConverter.
- Removed some unused imports

How would I go about submitting my updates?

Sincerely,
Edvin Syse





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to