root / trunk / web / dojo / dojox / help / README @ 12
History | View | Annotate | Download (1.24 KB)
1 |
------------------------------------------------------------------------------- |
---|---|
2 |
dojox.help |
3 |
------------------------------------------------------------------------------- |
4 |
Version 0.0 |
5 |
Release date: 3/13/2008 |
6 |
------------------------------------------------------------------------------- |
7 |
Project state: |
8 |
experimental |
9 |
------------------------------------------------------------------------------- |
10 |
Credits |
11 |
Neil Roberts (pottedmeat@dojotoolkit.org) |
12 |
Wolfram Kriesing (wolfram@kriesing.de) |
13 |
------------------------------------------------------------------------------- |
14 |
Project description |
15 |
|
16 |
Provide functionality for quick access to available documentation while |
17 |
working in the browser. |
18 |
------------------------------------------------------------------------------- |
19 |
Dependencies: |
20 |
|
21 |
dojo |
22 |
dojox.rpc |
23 |
------------------------------------------------------------------------------- |
24 |
Installation instructions |
25 |
|
26 |
Grab the following from the Dojo SVN Repository: |
27 |
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/help/* |
28 |
|
29 |
Install into the following directory structure: |
30 |
/dojox/help/ |
31 |
|
32 |
...which should be at the same level as your Dojo checkout. |
33 |
|
34 |
And run: dojo.require("dojox.help.console") in your console |
35 |
------------------------------------------------------------------------------- |