map_infowindow_max_width

the maximum width of the Google Maps's popup marker in the Map view

number map_infowindow_max_width;

Example

scheduler.config.map_infowindow_max_width = 350;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");


Default value:

300
Applicable views:Map View
Details

The property requires the map_view plugin to be activated.

Back to top