Hi guys,
COuldn't find for any solution for implementing js Calendar on Date field in UserForms. Would be glad for any help !
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi guys,
COuldn't find for any solution for implementing js Calendar on Date field in UserForms. Would be glad for any help !
The jQuery UI date picker is in there by default. Make sure you're using the 'Date' field and you haven't got any other JS errors on your page.
Hi Willr -
I'm using the Date field indeed. No errors are displayed. But I cant see anyj Query UI date picker loading or something. Can you please check if it loads or give me a hint where should i look for troubles ? http://supersalonas.lt/uzsirasyti-pas-kirpeja/ (the last fielsd on the form)
Thanks
UPD: I figured out with firebug that none of JS files are loading ... the init() method works fine, however it somehow ignores
Requirements::javascript(SAPPHIRE_DIR .'/thirdparty/jquery/jquery.js');
Requirements::javascript('userforms/thirdparty/jquery-validate/jquery.validate.min.js');
Any ideas ?
OK, my fault :)
However very strange - i had some menu controls in menu HTML commented like:
<!-- <%control blahblah %> somecode <% end_control %> -->
And somehow all requirement where appearing in between those comments tags, thus not loading ....
Everything works fine , thanks !
PS - is it possible to change the staring day from Sunday to Monday ?