Home
last modified time | relevance | path

Searched refs:setCenterVisibleDate (Results 1 – 4 of 4) sorted by relevance

/plugin/eventline/
H A Dscript.js2 tl.getBand(0).setCenterVisibleDate(SimileAjax.DateTime.parseGregorianDateTime(date));
H A Dtimeline.js146 tl.getBand(0).setCenterVisibleDate(new Date(dateStr));
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js181 Timeline._Band.prototype.setCenterVisibleDate=function(A){if(!this._changing){this._moveEther(Math.… method in Timeline._Band
201 if(B<-this._viewLength/2){this.setCenterVisibleDate(this.pixelOffsetToDate(B+this._viewLength));
202 }else{if(B>3*this._viewLength/2){this.setCenterVisibleDate(this.pixelOffsetToDate(B-this._viewLengt…
274 switch(A.keyCode){case 35:this.setCenterVisibleDate(this._eventSource.getLatestDate());
276 case 36:this.setCenterVisibleDate(this._eventSource.getEarliestDate());
315 this._syncWithBand.setCenterVisibleDate(A);
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js181 Timeline._Band.prototype.setCenterVisibleDate=function(A){if(!this._changing){this._moveEther(Math.… method in Timeline._Band
201 if(B<-this._viewLength/2){this.setCenterVisibleDate(this.pixelOffsetToDate(B+this._viewLength));
202 }else{if(B>3*this._viewLength/2){this.setCenterVisibleDate(this.pixelOffsetToDate(B-this._viewLengt…
274 switch(A.keyCode){case 35:this.setCenterVisibleDate(this._eventSource.getLatestDate());
276 case 36:this.setCenterVisibleDate(this._eventSource.getEarliestDate());
315 this._syncWithBand.setCenterVisibleDate(A);