I would like to have http://keith-wood.name/calendarsPicker.html in my form created with form builder.
In page specific metadta I added this:
<__script__ type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jq ... "></__script>
<__script__ type="text/javascript" src="http://www.page.si/modules/jqcalendar/j ... "></__script>
<__script__ type="text/javascript" src="http://www.page.si/modules/jqcalendar/j ... "></__script>
<style type="text/css">@import "http://www.page.si/modules/jqcalendar/j ... s";</style>
<__script__ type="text/javascript" src="http://www.page.si/modules/jqcalendar/j ... "></__script>
In the form I added text input field and under java script for field added:
$(selector).calendarsPicker();
Can someone tell me what am I doing wrong? Thank you!
[SOLVED] Form builder: 0.7.1 and jQuery Calendars Datepicker
[SOLVED] Form builder: 0.7.1 and jQuery Calendars Datepicker
Last edited by rap3r on Mon Nov 07, 2011 4:40 pm, edited 1 time in total.
Re: Form builder: 0.7.1 and jQuery Calendars Datepicker
See this post
http://forum.cmsmadesimple.org/viewtopic.php?t=36459
See this for an implementation
http://www.c-h-w.com/contact/room-enquiry/
http://forum.cmsmadesimple.org/viewtopic.php?t=36459
See this for an implementation
http://www.c-h-w.com/contact/room-enquiry/
Re: Form builder: 0.7.1 and jQuery Calendars Datepicker
Thank, I already did this and it didn't work. Now I can see why because z-index was 1. Changed z-index of content DIV to 0 and now it's OK, also looking at datepicker CSS, I can see that z-index is set to 1. Isn't that to small?
One more thing, I also need same alike datepicker where user can select multiple dates, even up to 10. This kind of datepicker doesn't need to be popup, it can be steady on the page.
Thanks!
One more thing, I also need same alike datepicker where user can select multiple dates, even up to 10. This kind of datepicker doesn't need to be popup, it can be steady on the page.
Thanks!
Re: [SOLVED] Form builder: 0.7.1 and jQuery Calendars Datepi
You should just be able to use date picker multiple times. Re z-index if it works then 1 is fine you can make it whatever you need.