[483] | 1 | -------------------------------------------------------------------------------
|
---|
| 2 | dojox.gantt
|
---|
| 3 | -------------------------------------------------------------------------------
|
---|
| 4 | Version 0.100
|
---|
| 5 | Release date: 12/23/2010
|
---|
| 6 | -------------------------------------------------------------------------------
|
---|
| 7 | Project state:
|
---|
| 8 | alpha
|
---|
| 9 | -------------------------------------------------------------------------------
|
---|
| 10 | Credits
|
---|
| 11 | Tom Trenka (ttrenka@dojotoolkit.org)
|
---|
| 12 | Xiang Zhou (xiangxz@cn.ibm.com) - IBM, CCLA
|
---|
| 13 | Adam Peller (peller@dojotoolkit.org)
|
---|
| 14 | Dylan Schiemann (dylan@dojotoolkit.org)
|
---|
| 15 | Bill Keese (bill@dojotoolkit.org)
|
---|
| 16 | Peter Higgins (dante@dojotoolkit.org)
|
---|
| 17 |
|
---|
| 18 | -------------------------------------------------------------------------------
|
---|
| 19 | Project description
|
---|
| 20 |
|
---|
| 21 | GanttChart(dojox.gantt.GanttChart) is an integrated widget for project and resource management use. It includes a set of features as follows.
|
---|
| 22 |
|
---|
| 23 | Toolbar - Providing general time line control and save/load button.
|
---|
| 24 | Project Tree - Listing projects and their tasks.
|
---|
| 25 | Task Cascade View - A task view with dependency, that can be modified visually.
|
---|
| 26 | Resource View - A read-only view shows people resource occupation.
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 | -------------------------------------------------------------------------------
|
---|
| 30 | Dependencies:
|
---|
| 31 |
|
---|
| 32 | Dojo Core, Dijit.
|
---|
| 33 | -------------------------------------------------------------------------------
|
---|
| 34 | Documentation
|
---|
| 35 |
|
---|
| 36 | [TODO]
|
---|
| 37 | -------------------------------------------------------------------------------
|
---|
| 38 | Installation instructions
|
---|
| 39 |
|
---|
| 40 | Grab the following from the Dojo SVN Repository:
|
---|
| 41 | http://svn.dojotoolkit.org/src/dojox/trunk/gantt/*
|
---|
| 42 |
|
---|
| 43 | Install into the following directory structure:
|
---|
| 44 | /dojox/gantt/
|
---|
| 45 | -------------------------------------------------------------------------------
|
---|