root / trunk / web / dojo / dojox / collections / README @ 10
History | View | Annotate | Download (1.68 KB)
1 | 9 | andrej.cim | ------------------------------------------------------------------------------- |
---|---|---|---|
2 | DojoX Collections |
||
3 | ------------------------------------------------------------------------------- |
||
4 | Version 0.9 |
||
5 | Release date: 05/27/2007 |
||
6 | ------------------------------------------------------------------------------- |
||
7 | Project state: production |
||
8 | ------------------------------------------------------------------------------- |
||
9 | Project authors |
||
10 | Tom Trenka (ttrenka@gmail.com) |
||
11 | ------------------------------------------------------------------------------- |
||
12 | Project description |
||
13 | |||
14 | DojoX Collections is the port of the original Dojo 0.4.x collection classes. |
||
15 | It is intended for use by people who are looking for a little bit more |
||
16 | functionality out of common collections, like ArrayLists or Dictionaries. |
||
17 | |||
18 | Included are the Iterator and DictionaryIterator classes, both of which can |
||
19 | operate on standard arrays and objects (respectively). |
||
20 | ------------------------------------------------------------------------------- |
||
21 | Dependencies: |
||
22 | |||
23 | DojoX Collections has no dependencies, outside of Dojo Core. |
||
24 | ------------------------------------------------------------------------------- |
||
25 | Documentation |
||
26 | |||
27 | See the API documentation for Dojo (http://dojotoolkit.org/api). |
||
28 | ------------------------------------------------------------------------------- |
||
29 | Installation instructions |
||
30 | |||
31 | Grab the following from the Dojo SVN Repository: |
||
32 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/collections.js |
||
33 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/collections/* |
||
34 | |||
35 | Install into the following directory structure: |
||
36 | /dojox/collections/ |
||
37 | |||
38 | ...which should be at the same level as your Dojo checkout. |
||
39 | ------------------------------------------------------------------------------- |