-
Notifications
You must be signed in to change notification settings - Fork 11
UI API List
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);