Rev | Line | |
---|
[483] | 1 | // Load Code formatting widget (supports line numbering, alternating line highlighting, line ranges and loading from remote url): |
---|
| 2 | dojo.require("dojox.highlight.widget.Code"); |
---|
| 3 | // Load the languages and pygment renderers for the languages we're displaying... |
---|
| 4 | dojo.require("dojox.highlight.languages.xml"); |
---|
| 5 | dojo.require("dojox.highlight.languages.pygments.xml"); |
---|
| 6 | dojo.require("dojox.highlight.languages.java"); |
---|
| 7 | dojo.require("dojox.highlight.languages.xquery"); |
---|
Note: See
TracBrowser
for help on using the repository browser.