WebIce / jsgantt

Automatically exported from code.google.com/p/jsgantt
0 stars 0 forks source link

ability to select a line #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The Gantt should have a variable named rowSelected or so.  When we click on
a row, the row would be highlighted and the variable would take the row's
id value.  Then, it is possible to call ajax actions based on row id on the
server side (add, insert, edit, delete a row) in an action bar
(configurable action bar is nice to have also).

Original issue reported on code.google.com by david.je...@gmail.com on 18 May 2009 at 10:17