mark_now

enables/disables the marker displaying the current time

boolean mark_now;

Example

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


Default value:

true
Applicable views:Day View, Week View, Timeline View

Related samples

Details

The property requires the limit plugin to be activated.

Note that in case of the Timeline view the limit extension should be included on a page before the Timeline extension.

See also
Back to top