This is a prototype for a timeline editor / sequencer like Producer for PowerPoint 2003. It is built using the DOJO Toolkit.
View the source code to see how few lines (34) of JavaScript are needed to implement this functionality thus far. The goal is to
make the interface feel a lot like Google Calendar's Week view. You can see two screen shots of what I'm talking about below the
time line.
Instructions
Right click in the white Audio column (only one that works so far) and then click the "Insert Entry Here" menu option. After it
plops the time slice into the column, you can grab the resize handle on the right side of the entry to expand the size. You may also
move the mouse over the left side and grab onto the drag handle. This lets you move the slice further down in the column.
TODO
The entries need to be constrained to the column.
Many more things
Naturally, this works best in FireFox 'out of the box', so see if there are some hacks to make it more IE friendly. IE doesn't support crucial CSS attributes like min-height, max-height, etc.