root / trunk / web / dojo / dojox / grid / README
History | View | Annotate | Download (4.1 KB)
| 1 | 9 | andrej.cim | ------------------------------------------------------------------------------- |
|---|---|---|---|
| 2 | dojox.grid |
||
| 3 | ------------------------------------------------------------------------------- |
||
| 4 | Version 1.00 |
||
| 5 | Release date: 10/04/2007 |
||
| 6 | ------------------------------------------------------------------------------- |
||
| 7 | Project state: |
||
| 8 | beta |
||
| 9 | ------------------------------------------------------------------------------- |
||
| 10 | Credits |
||
| 11 | Scott J. Miles (sjmiles@activegrid.com) |
||
| 12 | Steve Orvell (sorvell@activegrid.com) |
||
| 13 | Bryan Forbes (bryan AT reigndropsfall.net) |
||
| 14 | Nathan Toone (toonetown AT dojotoolkit.org) |
||
| 15 | ------------------------------------------------------------------------------- |
||
| 16 | Project description |
||
| 17 | |||
| 18 | TurboGrid has been made available in Dojo and is now the dojox.grid! |
||
| 19 | |||
| 20 | ------------------------------------------------------------------------------- |
||
| 21 | Dependencies: |
||
| 22 | |||
| 23 | Dojo Core |
||
| 24 | Dojo Base (dnd) |
||
| 25 | Dijit Templated Widget |
||
| 26 | dojox.html (metrics) |
||
| 27 | ------------------------------------------------------------------------------- |
||
| 28 | Documentation |
||
| 29 | |||
| 30 | None available for this version yet. |
||
| 31 | |||
| 32 | See http://www.turboajax.com/products/turbogrid/ for legacy documentation. |
||
| 33 | ------------------------------------------------------------------------------- |
||
| 34 | Installation instructions |
||
| 35 | |||
| 36 | Grab the following from the Dojo SVN Repository: |
||
| 37 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/grid/* |
||
| 38 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/* |
||
| 39 | |||
| 40 | Install into the following directory structure: |
||
| 41 | /dojox/grid/ |
||
| 42 | /dojox/html/ |
||
| 43 | |||
| 44 | ...which should be at the same level as your Dojo checkout. |
||
| 45 | |||
| 46 | If you wish us use the old (compat / 1.2) grid, you can untar the |
||
| 47 | compatGrid.tar.gz archive. This version of the grid is no longer maintained |
||
| 48 | or updated - but should work with any newer version of the dojo library. |
||
| 49 | ------------------------------------------------------------------------------- |
||
| 50 | |||
| 51 | |||
| 52 | |||
| 53 | ------------------------------------------------------------------------------- |
||
| 54 | Sub-projects: |
||
| 55 | ------------------------------------------------------------------------------- |
||
| 56 | |||
| 57 | ------------------------------------------------------------------------------- |
||
| 58 | 1. dojox.grid.EnhancedGrid |
||
| 59 | ------------------------------------------------------------------------------- |
||
| 60 | Version 0.9 |
||
| 61 | Release date: 12/11/2009 |
||
| 62 | ------------------------------------------------------------------------------- |
||
| 63 | Project state |
||
| 64 | |||
| 65 | alpha |
||
| 66 | ------------------------------------------------------------------------------- |
||
| 67 | Credits |
||
| 68 | David Schwartz (drschwar@us.ibm.com) |
||
| 69 | Wei Huang (hwcdl@cn.ibm.com) |
||
| 70 | Guang Hong (hongg@cn.ibm.com) |
||
| 71 | ------------------------------------------------------------------------------- |
||
| 72 | Project description |
||
| 73 | |||
| 74 | Enhanced Grid inherits base DataGrid and provides the following enhanced features: |
||
| 75 | |||
| 76 | 1. Nested Sorting |
||
| 77 | 2. Built-in declarative Indirect Selection (radio buttons and check boxes) |
||
| 78 | 3. Declarative context menu |
||
| 79 | 4. Selecting rows/columns via swipe |
||
| 80 | 5. Drag-n-drop: columns,rows - MOVE |
||
| 81 | |||
| 82 | ------------------------------------------------------------------------------- |
||
| 83 | Dependencies |
||
| 84 | |||
| 85 | Dojo Core, dojox.grid.DataGrid |
||
| 86 | ------------------------------------------------------------------------------- |
||
| 87 | Documentation |
||
| 88 | |||
| 89 | http://docs.dojocampus.org/dojox/grid/EnhancedGrid |
||
| 90 | ------------------------------------------------------------------------------- |
||
| 91 | Installation instructions |
||
| 92 | |||
| 93 | Same as dojox.grid, for detail sample usages, please refer to /dojox/grid/tests/enhanced/test_enhanced_grid.html |
||
| 94 | ------------------------------------------------------------------------------- |
||
| 95 | Known issues |
||
| 96 | |||
| 97 | - Enhanced Grid doesn't support complicated layouts (e.g. multiple rows in column header) and TreeGrid(SubGrid). |
||
| 98 | - Indirect Selection is not compatible with "autoHeight" mode due to a known issue in DataGrid(http://trac.dojotoolkit.org/ticket/11101) |
||
| 99 | ------------------------------------------------------------------------------- |
||
| 100 | Possible future changes |
||
| 101 | |||
| 102 | 1. A rich set of new features to be added, e.g. Exporter, Printer, Filter, Pagination ... |
||
| 103 | 2. An activity of setting up a plug-in platform is in progress for future Grid versions, |
||
| 104 | by then all the EnhancedGrid features will be re-cast as separate plug-ins loaded on demand. |
||
| 105 | ------------------------------------------------------------------------------- |