map_infowindow_max_width

设置地图视图中地图上弹出标记的最大宽度。

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:地图视图
Details

此属性需要启用 map_view 插件。

infowindow_max_width 选项也可以在 map_settings 配置对象中设置。

返回顶部