I tried to integrate SIMILE timeline into wicket, and blocked by sf.JSON
package's restriction: date converted from JSON package can only be string
presentation. It means I can only build javascript event object in such form:
{start : "Jul 10 2009 01:00:00GMT+0000" ... } instead of
{start : new Date("Jul 10 2009 01:00:00GMT+0000") ... }
So I need a new construct for string type of date format, and I wrote one
in attach file.
Please view the source of defaultEvent.js line 5~8, there is the only place
where I changed. If it is useable please accept this modification.
Original issue reported on code.google.com by neversay...@gmail.com on 20 Nov 2009 at 8:44
Original issue reported on code.google.com by
neversay...@gmail.com
on 20 Nov 2009 at 8:44Attachments: