Browse Source

Merge remote-tracking branch 'origin/develop' into develop

v3_develop
Alex de Mulder 10 years ago
parent
commit
942ad574a1
1 changed files with 2 additions and 12 deletions
  1. +2
    -12
      examples/timeline/29_hiding_times.html

+ 2
- 12
examples/timeline/29_hiding_times.html View File

@ -30,20 +30,10 @@
// Configuration for the Timeline
var options = {
// hiddenDates: {
// specific:[
// {start: '2014-03-21 00:00:00', end: '2014-03-28 00:00:00'},
// {start: '2014-03-05 00:00:00', end: '2014-03-10 00:00:00'}
// ],
// periodic: {
// times: [{start:'20:00:00', end:'09:00:00'}],
// days: [{start: 6, end:1}] // 1 - 7 : Monday - Sunday
// }
// },
hiddenDates: [
{start: '2014-03-21 00:00:00', end: '2014-03-28 00:00:00'},
{start: '2013-03-29 00:00:00', end: '2013-03-31 00:00:00', repeat: "weekly"}, // daily weekly monthly yearly
{start: '2013-03-29 20:00:00', end: '2013-03-31 9:00:00', repeat: "daily"}, // daily weekly monthly yearly
{start: '2013-03-29 00:00:00', end: '2013-03-31 00:00:00', repeat: 'weekly'}, // daily weekly monthly yearly
{start: '2013-03-29 20:00:00', end: '2013-03-31 9:00:00', repeat: 'daily'} // daily weekly monthly yearly
],
start: '2014-04-17',
end: '2014-05-01',

Loading…
Cancel
Save