root / trunk / web / dojo / dojox / highlight / README @ 10
History | View | Annotate | Download (1.08 KB)
| 1 |
------------------------------------------------------------------------------- |
|---|---|
| 2 |
dojox.highlight |
| 3 |
------------------------------------------------------------------------------- |
| 4 |
Version 1.0 |
| 5 |
Release date: 11/25/2007 |
| 6 |
------------------------------------------------------------------------------- |
| 7 |
Project state: |
| 8 |
beta |
| 9 |
------------------------------------------------------------------------------- |
| 10 |
Credits |
| 11 |
Ivan Sagalaev (softwaremaniacs.org) Author |
| 12 |
Peter Higgins (dante) Dojo port |
| 13 |
------------------------------------------------------------------------------- |
| 14 |
Project description |
| 15 |
|
| 16 |
A syntax highlighting engine for the Dojo Toolkit |
| 17 |
------------------------------------------------------------------------------- |
| 18 |
Dependencies: |
| 19 |
|
| 20 |
dojo base only. |
| 21 |
------------------------------------------------------------------------------- |
| 22 |
Documentation |
| 23 |
|
| 24 |
------------------------------------------------------------------------------- |
| 25 |
Installation instructions |
| 26 |
|
| 27 |
simply get the dojox/highlight folder (and dojox/highlight.js) from the |
| 28 |
dojox SVN repository, and include in your page via |
| 29 |
|
| 30 |
dojo.require("dojox.highlight");
|
| 31 |
|