[Back]

Below you can see at a glance all the properties in the Demonstration Account and when the combined availability is.

To style this widget you need to set the width, the height and the font size.

 
The javascript code for creating the above is

<script type="text/javascript" src="http://www.bookingwizard.net/js/Calendar.js"></script>
<div id="booksheet">&nbsp;</div>
<script type="text/javascript">
<!--
var sheet = new BookingSheet("demoAccount");
sheet.setFrameBorder(0);
sheet.setHeight('200');
sheet.setWidth('876');
sheet.setScroll("no");
sheet.setFontSize("70%");
sheet.setTarget("booksheet");
sheet.show();
-->
</script>