Ajax Event Calendar Support Product Page

How To Get onYearFreeDayClick Working?

Reported 29 Jun 2010 02:56:11
1
has this problem
29 Jun 2010 02:56:11 billy flynt posted:
Greetings,

I am using the latest Ajax Event Calendar and Advanced Tooltips with Dreamweaver CS4 to:

1. Update events by binding to event types (vs. onEventClick).

2. Insert events when user clicks on an empty/free day, by binding the onYearFreeDayClick event.

#1 above is working.

#2 above is NOT working.

Can you provide advise on how to get the onYearFreeDayClick working? Or a demo?

My sample generated code is below:


<script type="text/javascript">
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#dmxAjaxCalendar1").dmxAjaxCalendar(
{id:"dmxAjaxCalendar1", calendar_name:"<%= Session("bizamajig_person_preferred_name") %>'s Calendar", width:700, allowed_display_types:[true, true, true, true], legend_position:"bottom", events_type:[{number:0, name:"<%= Session("bizamajig_enterprise_name") %> Events", color:"#000000", background_color:"#29aae1", border_color:"#29aae1", on_click:"applyDMXTooltip(this,'url','bz-cal-x-act-update.asp?appr_chklst_id=##id##','fade','easeOutQuad','bottom','out',600,600,'clickout','blue',true,'','',0,0,'auto','auto','500','520');", on_mouse_over:"", on_mouse_out:""}, {number:1, name:"My Appointments", color:"#000000", background_color:"#f8931d", border_color:"#f8931d", on_click:"applyDMXTooltip(this,'url','bz-cal-x-act-update.asp?appr_chklst_id=##id##','fade','easeOutQuad','bottom','out',600,600,'clickout','blue',true,'','',0,0,'auto','auto','500','520');", on_mouse_over:"", on_mouse_out:""}], google_feeds:[], ajax_feeds:[{url:"calendar_ajax/calendar_get_events1.asp"}], onYearFreeDayClick:"applyDMXTooltip(this,'url','bzmjg-cal-x-act-insert.asp?cal_selected_date=##cur_date##','fade','easeOutQuad','bottom','out',600,600,'clickout','blue',true,'','',0,0,'auto','auto','auto','auto');", time_in_month_view:true}       );
     }
 );
  // ]]>
</script>



Thanks for the support.

Replies

Replied 01 Jul 2010 11:12:34
01 Jul 2010 11:12:34 Miroslav Zografski replied:
Hello Billy,

Issue is under investigation.
Please, stand by.

Regards,
Replied 13 Oct 2010 22:17:01
13 Oct 2010 22:17:01 billy flynt replied:
Can you notify us when a solution been created for this problem?

Thank you.

Edited by - billy flynt on 29 Oct 2010  20:51:38

Reply to this topic