DMXzone Calendar 2 Support Product Page

Solved

no datepicker image when HTML Editor in same form

Reported 08 Feb 2012 00:39:42
1
has this problem
08 Feb 2012 00:39:42 Ben Pleysier posted:
My datepicker image disappears when I include the Editor in the same form.

The generated source is as follows


Quote<input id="dmxCalendar21" name="dmxCalendar21" class="dmxCalendar2 hasDatepicker" autocomplete="off"/><img class="ui-datepicker-trigger" src="/stylesdatepicker.gif" alt="..." title="..."/>
<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(
function()
{
jQuery("#dmxCalendar21".dmxCalendar2(
{"dateFormat": "dd/mm/yy", "altField": "hidden_dmxCalendar21", "altFormat": "yy-mm-dd", "condDates": [], "showOn": "both", "duration": "slow", "showOptions": {"direction": "up", "easing": "swing"}, "yearRange": "c-10:c+10"}
);
}
);
// ]]>
</script>

Replies

Replied 08 Feb 2012 07:29:13
08 Feb 2012 07:29:13 Teodor Kuduschiev replied:
Hello,

Please provide a link to your page.
Replied 08 Feb 2012 12:06:34
08 Feb 2012 12:06:34 Ben Pleysier replied:
Thank yo for your reply.

I had to take the page out of the secure area, I hope it helps.

europeanwomeninbusiness.com.au/admin/junk.php
Replied 08 Feb 2012 14:10:38
08 Feb 2012 14:10:38 Miroslav Zografski replied:
Hello Ben,

Make sure that the css links are before the script includes in your page.

Replied 08 Feb 2012 14:19:05
08 Feb 2012 14:19:05 Ben Pleysier replied:
Thank you Moroslav. I must be getting tired. That is what I usually do out of habit, even to the extent that I place the scripts at the bottom of my document.

Main thing, IT WORKS!

Thanks,
Ben

Reply to this topic