Using drop-down lists for location and title

The location and title that are part of each event's description in the calendar are open/editable fields by default but you can convert them in drop-down lists to make them easier to edit and keep the data consistency. To enable this option and specify the values of the lists, open the file DC_MultiViewCal/admin/list.inc.php in any text editor and uncomment the following lines placing the desired values for each list:

<?php
//$dc_subjects = array("title 1","title 2", "title 3", "title 4");
//$dc_locations = array("location 1", "location 2", "location 3");
?>
... that means: remove the // characters marked in red and edit/replace the values marked in green. You can specify any number of items for each list, just be sure to keep the list format.

In addition to that configuration you can select to display the location or title instead the hours in the left column in the "Days", "nDays" and "Week" views, this can done by adding the parameter rowsByCategory:"dc_subjects" to display the titles or rowsByCategory:"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.