Open GoogleCodeExporter opened 9 years ago
All the jquery options are now supplied through the "jQueryOptions" property.
I would suggest joining the project's Google Group at
https://groups.google.com/forum/?fromgroups#!forum/php-form-builder-class.
You'll find the answer to this question (and many others) here.
$form->addElement(PFBC\Element\Date("My Date:", "Date", array(
"jQueryOptions" => array(
"dateFormat" => "yy-mm-dd"
)
)));
Original comment by ajporterfield@gmail.com
on 23 Apr 2012 at 1:15
Original issue reported on code.google.com by
rocky.bz...@gmail.com
on 23 Apr 2012 at 11:49