Open GoogleCodeExporter opened 9 years ago
I have found that this only occurs when running any of the 4 following lines:
$form->addElement(new Element_HTML('<legend>jQuery UI</legend>'));
$form->addElement(new Element_jQueryUIDate("Date:", "jQueryUIDate"));
$form->addElement(new Element_Checksort("Checksort:", "Checksort", $options));
$form->addElement(new Element_Sort("Sort:", "Sort", $options));
Original comment by rjacobse...@gmail.com
on 21 Jan 2013 at 5:21
r611 added support for "jqueryui" as a value in the prevent array - which is
used to prevent assets from being loaded (like jquery, bootstrap, and now
jqueryui).
See http://code.google.com/p/php-form-builder-class/source/detail?r=611 for
details.
Original comment by ajporterfield@gmail.com
on 12 Feb 2013 at 4:44
How is one supposed to set those values? There doesn't seem to be a
setPrevent() method.
Original comment by gms8...@gmail.com
on 13 Mar 2013 at 12:26
Original issue reported on code.google.com by
rjacobse...@gmail.com
on 21 Jan 2013 at 5:16