web/data/cubicweb.timeline-bundle.js
changeset 5774 0d792bceb25d
parent 5470 fb004819cab4
parent 5767 1d811df051c2
child 7529 2fdc310be7cd
equal deleted inserted replaced
5768:1e73a466aa69 5774:0d792bceb25d
  2288     e2uHash['Yuml']= '\u0178';
  2288     e2uHash['Yuml']= '\u0178';
  2289     e2uHash['circ']= '\u02C6';
  2289     e2uHash['circ']= '\u02C6';
  2290     e2uHash['tilde']= '\u02DC';
  2290     e2uHash['tilde']= '\u02DC';
  2291     e2uHash['ensp']= '\u2002';
  2291     e2uHash['ensp']= '\u2002';
  2292     e2uHash['emsp']= '\u2003';
  2292     e2uHash['emsp']= '\u2003';
  2293     e2uHash['thinsp']= '\u2009';
  2293     e2uHash['thinsp']= '\u2010';
  2294     e2uHash['zwnj']= '\u200C';
  2294     e2uHash['zwnj']= '\u200C';
  2295     e2uHash['zwj']= '\u200D';
  2295     e2uHash['zwj']= '\u200D';
  2296     e2uHash['lrm']= '\u200E';
  2296     e2uHash['lrm']= '\u200E';
  2297     e2uHash['rlm']= '\u200F';
  2297     e2uHash['rlm']= '\u200F';
  2298     e2uHash['ndash']= '\u2013';
  2298     e2uHash['ndash']= '\u2013';
  5382     // band by using different themes for the bands.
  5382     // band by using different themes for the bands.
  5383     this.autoWidth = false; // Should the Timeline automatically grow itself, as
  5383     this.autoWidth = false; // Should the Timeline automatically grow itself, as
  5384                             // needed when too many events for the available width
  5384                             // needed when too many events for the available width
  5385                             // are painted on the visible part of the Timeline?
  5385                             // are painted on the visible part of the Timeline?
  5386     this.autoWidthAnimationTime = 500; // mSec
  5386     this.autoWidthAnimationTime = 500; // mSec
  5387     this.timeline_start = null; // Setting a date, eg new Date(Date.UTC(2008,0,17,20,00,00,0)) will prevent the
  5387     this.timeline_start = null; // Setting a date, eg new Date(Date.UTC(2010,0,17,20,00,00,0)) will prevent the
  5388                                 // Timeline from being moved to anytime before the date.
  5388                                 // Timeline from being moved to anytime before the date.
  5389     this.timeline_stop = null;  // Use for setting a maximum date. The Timeline will not be able
  5389     this.timeline_stop = null;  // Use for setting a maximum date. The Timeline will not be able
  5390                                 // to be moved to anytime after this date.
  5390                                 // to be moved to anytime after this date.
  5391     this.ether = {
  5391     this.ether = {
  5392         backgroundColors: [
  5392         backgroundColors: [