Last change
on this file since 529 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
457 bytes
|
Line | |
---|
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.