-
According to the comments in the spanish translation the charset used is utf-8, but the content is using iso-8859-1.
The attached file is calendar-es changed to utf8.
2008-01-06 15:39:34 UTC in The Coolest DHTML Calendar
-
The way 'keyPressNumber' is cheking the keyCode makes the valid chars the only available. i.e.: in FireFox backspace is disabled (you can enable that by checking if the keyCode is 8).
2007-01-02 17:45:24 UTC in JSF components
-
It was tested against clientvalidators 0.9.1.
2006-12-28 20:30:06 UTC in JSF components
-
The 'Integer Only Validator' doesn't work in FireFox (tested on 2.0.0.1), it seems to work only in IE (tested on IE 6).
The problem is the way the keyboard event is treated. Attached is a fix to make it work in both Firefox and IE.
The only change when using it is to pass a new argument. Thus, to use it you should do it as 'keyPressNumber(false, event);'.
2006-12-28 20:09:01 UTC in JSF components
-
In the section 'Prefix Mapping' at http://jsf-comp.sourceforge.net/components/clientvalidators/index.html the opening 'servlet-mapping' tag is missing the > at the end.
2006-12-21 20:36:43 UTC in JSF components
-
lparra committed revision 77 to the kayestry SVN repository, changing 2 files.
2006-11-10 02:28:44 UTC in kayestry
-
lparra committed revision 76 to the kayestry SVN repository, changing 1 files.
2006-11-03 21:17:11 UTC in kayestry
-
lparra committed revision 75 to the kayestry SVN repository, changing 1 files.
2006-10-12 23:12:25 UTC in kayestry
-
lparra committed revision 74 to the kayestry SVN repository, changing 1 files.
2006-10-10 19:20:52 UTC in kayestry
-
lparra committed revision 73 to the kayestry SVN repository, changing 3 files.
2006-10-10 01:42:59 UTC in kayestry