Multi-column day view, based in location or title

In this sample the location and title have been converted in drop-down lists as explained in the previous sample #18. In addition to the configuration explained in that previous sample, now we have selected to use the "title" field as the column header in the day view, this way the events are placed in different columns agrupated by their titles. The same can be done with the location instead the title.
To do this, add the parameter dayWithColumns:"dc_subjects" to display the titles or dayWithColumns:"dc_locations" to display the locations.
Parameters Instructions
If you are using Dreamweaver most of the configuration parameters are specified in the insertion dialog. If you aren't using Dreamweaver or if you don't find these configuration settings into the insertion dialog then locate the call to the initMultiViewCal into your page and update the parameters in the third parameter of that function, example:

<script>initMultiViewCal("cal1",1,{ ... paste parameters here ...});</script>
This page contains a demo of the Multi View Calendar for Dreamweaver and Multi View Calendar standalone version. If you don't have the product yet, then download it at the main Multi View Calendar page.