Day view with location & title grid

The day view can be modified to show the title and location as headers of the rows and column instead the default single columns and the hour in the row header. This is useful to display informations agrupated by title and location on each day. To do this you need to add the parameters rowsByCategory:"dc_subjects",dayWithColumns:"dc_locations" to set the titles in the row headers and the locations in the column headers or rowsByCategory:"dc_locations",dayWithColumns:"dc_subjects" to use the inverse (locations in the row and titles in the columns).
Before being able to apply that configuration, the location and title must be converted to drop-down lists instead open text fields. This can be done as explained in the previous sample #18.
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.