-- Sep 2010 ++
SMTWTFS
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    
-- Oct 2010 ++
SMTWTFS
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            
-- Nov 2010 ++
SMTWTFS
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1      

FEATURES

  • Theme and Language
  • Show a week number
  • API to booking data
  • Multi Booking Categories
  • Group Property Display

jACTheRentalCalendar Features

jACTheRentalCalendar is not associated with any Listing Service or Website. You can control the theme to match your personal property website. You can display the calendars in multiple formats and languages. You can display multiple calendars on the same page.
jACTheRentalCalendar also can automatically read your data from any other source, such as Rentors.org, and re-display the data in a format of your own design. That means you don't need to use jAC to maintain the availability, you could just use jAC to display your existing calendars with a color scheme to match your site. Works with Rentors.org, VacationRentals.Com, CyberRentals.com, Holiday-Rentals.com, VacationHomes.Com, etc...
jACTheRentalCalendar can show multiple calendars on a single page. Check the example, data from different sources on the same page.


12 months, 2 columns, Starting in Current Month, Using Booking Data entered in jAC.


12 months, 3 columns, Browse through some of the themes! This example uses Rentors.Org as booking data source.


Here is an example of one kind of link to a multi-property calendar


Feature Details



Multi-Property Features


Using jAC Links to your Calendar

This page describes three ways to use HTML to display the calendar and enquiry form on your own web site. (There are other ways, if you are good at HTML, please share with us on the forum. )

You can copy and paste from the highlighted HTML code areas below to your own web pages. These examples use a property code JU-100, of course you should substitute your property code!

TEXT LINKS

Use on your menus or anywhere on your page. This example creates the clickable text 'Availabiliy Calendar' that will pop the calendar on a new window. You usually want to use a new window, so your own website stays visible. If you don't use a new window, then a visitor may lose your page and not come back to your website.

<a href="http://therentalcalendar.com/jac/show/calendar/JU-100" target="blank">Availability Calendar</a>


Produces this link: Availability Calendar

BUTTON LINK: Create a clickable button


This example creates a clickable BUTTON on your page with a label. It also pops the calendar to a new window.

<form> <input type="button" Value="Click for Availability!!" OnClick="window.open('http://therentalcalendar.com/jac/show/calendar/JU-100','blank')"> </form>


Produces this button:



IFRAME : embed the calendar in your page

You could embed the calendar right in one of your pages without any clicking by the visitor. Using an “iframe” is pretty simple and you can place the calendar almost anywhere.

<iframe name="IF1" src="http://therentalcalendar.com/jac/show/calendar/demo100?&cfg=c:2,m:6,cb:0" height="750" width="80%" marginwidth="4" marginheight="4" border="0" frameborder="0" > Your browser does not support inlineframes</iframe>


Produces this in your page:




Additional Configuration


Notice that I added some additional configuration options in the IFRAME example: "&cfg=c:2,m:6,cb:0" to override what I saved as defaults inside jAC.
   
These CFG options are explained in the advanced config page of the wiki. Basically that says "2 columns, 6 months, hide close button"