source: Dev/trunk/src/client/dojox/highlight/tests/highlightRequires.js @ 483

Last change on this file since 483 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):
2dojo.require("dojox.highlight.widget.Code");
3// Load the languages and pygment renderers for the languages we're displaying...
4dojo.require("dojox.highlight.languages.xml");
5dojo.require("dojox.highlight.languages.pygments.xml");
6dojo.require("dojox.highlight.languages.java");
7dojo.require("dojox.highlight.languages.xquery");
Note: See TracBrowser for help on using the repository browser.