• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Using the Calendar item RSFormProCalendars

Using the Calendar item RSFormProCalendars 11 years 10 months ago #23891

  • Picht
  • Picht's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hi

Has anyone used this calendar item "RSFormProCalendars" that is described here in the last part of the page ?

www.rsjoomla.com/support/documentation/v...ng-the-calendar.html

I wold like to set the value of my calendar to a specific date and i am trying this, but without success:
<script type="text/javascript">
function rsfp_onSelectDate(selectedDate)
{
RSFormProCalendars[1].select(selectedDate);
return true;
}
</script>

The form has the ID 1 and the calendar the name UdlejningSlutDato.

Can anyone tell me what i am doing wrong ?

Thanks
Picht
The administrator has disabled public write access.

Using the Calendar item RSFormProCalendars 11 years 10 months ago #23898

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
As provided in the article, the correct syntax is:
RSFormProCalendars[formId][calendarName]
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
Last Edit: 11 years 10 months ago by octavian.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!