1
hi anybody used this class before?
i'm trying to create a form and while it is displayed in the admin area corectly i get this error in file jscal2.js
Quote:
q.__ is undefined
[Break on this error] Calendar=(function(){function y(at){at...tElementById(D)}return D}return y})();
for the record: the error apears by loading the page not by clicking on the icon calendar.
this is what i do to show the element in the php part of the page
Quote:
$date = new XoopsFormTextDateSelect(_AM_SLIDER_DATE,'mydate');
$submit_form->addElement($date, true);