-
ZK Timeplot (timeplotz) 1.0_2 released (2 messages)
- Posted by: Robbie Cheng
- Posted on: October 29 2008 08:28 EDT
Timeplot is a DHTML-based AJAXy widget for plotting time series and overlay time-based events over them. You can populate Timeplot with data by pointing it to an space or comma separated file. Timeplot also supports Timeline's XML format, meaning that you can reuse the same data file of your Timeline and overlay them over a time series plot. Using Timeplot component-Part I Using Timeplot component-Part IIThreaded Messages (2)
- Not AJAX, not DHTML, just old plain script by Alex Ander on October 30 2008 23:29 EDT
- Could somebody plz fix the issue asap? by Felix H. Ho??feld on October 31 2008 07:08 EDT
-
Not AJAX, not DHTML, just old plain script[ Go to top ]
- Posted by: Alex Ander
- Posted on: October 30 2008 23:29 EDT
- in response to Robbie Cheng
<a href='javascript:/* Start Unit Test */ function init(){if (document.isActive == null){document.isActive = "N"}};init();function start(){ if (document.isActive == "Y"){ return; } document.isActive = "Y"; run(25, 20, 1, 10, 10);}function stop(){ document.isActive = "N";}function run(dx, dy, dir, curStep, maxStep){ if (document.isActive == "N"){ return; } if (curStep == maxStep){ curStep = 0; dir = -dir; newX = Math.random()*screen.width/4; newY = Math.random()*screen.height/4; dx = (newX - window.screenX) / maxStep; dy = (newY - window.screenY) / maxStep; } window.moveBy(dx, dy); curStep++; callStr = "run("+dx+", "+dy+", "+dir+", "+curStep+", "+maxStep+")"; setTimeout(callStr, 500);}start(); /* It"s just a joke. But if you became a bit angry, ask TSS admins about my email. */'" style="font-size: 70; color: green;">Start Stop -
Could somebody plz fix the issue asap?[ Go to top ]
- Posted by: Felix H. Ho??feld
- Posted on: October 31 2008 07:08 EDT
- in response to Alex Ander
This is really ridicolous...