Skip to content
ben-sangster edited this page Nov 10, 2010 · 4 revisions

Each page here represents an API file used as a part of the DMZ JS bindings. To include a particular file, require it in the JS script. The files listed below are the exact names of the file. For example, the API functions and constants mentioned in the consts page would be accessed as so:

    var consts = require("dmz/ui/consts");
    var puts = require("sys").puts;
    puts(consts.LeftToolBarArea);
Clone this wiki locally