Closed GoogleCodeExporter closed 9 years ago
Original comment by ajporterfield@gmail.com
on 10 Jul 2010 at 3:47
The latest revision (r273) in the svn working copy includes a new element
attribute - jqueryParams - that can be used to apply any supported jQueryUI
datepicker option. This includes the yearRange option which is what you're
needing in this specific request. A full list of support options can be found
in the Options tab at http://jqueryui.com/demos/datepicker/. Also in r273, the
jQuery example file has been updated to include how this new attribute is used.
Another thing to note here is that the old min, max, and months attributes can
still be used if you choose for backwards compatibility.
Currently, only the date and daterange elements have support for the
jqueryParams element attribute; however, each element that uses a jQuery plugin
will be updated to include this support in the near future.
Original comment by ajporterfield@gmail.com
on 10 Jul 2010 at 4:16
I forgot to mention that you can download a copy of the latest revision by
using the svn export command...
svn export http://php-form-builder-class.googlecode.com/svn/trunk/
php-form-builder-class
...when you have the opportunity, give the changes a test and let me know if
this meets your needs.
Thanks,
Andrew
Original comment by ajporterfield@gmail.com
on 10 Jul 2010 at 4:18
One quick update...
jqueryParams has been changed to jqueryOptions in the working copy as of r275.
jQuery refers to them as options, so it makes the most sense to stay consistent
with the verbiage.
Original comment by ajporterfield@gmail.com
on 13 Jul 2010 at 1:50
Version 1.0.8 which was released earlier this month has the jqueryParams
element attribute and the updated jquery example file included.
Original comment by ajporterfield@gmail.com
on 2 Aug 2010 at 7:46
Original issue reported on code.google.com by
uwictpar...@gmail.com
on 22 Jun 2010 at 8:36