You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);