forked from dmzgroup/js
-
Notifications
You must be signed in to change notification settings - Fork 1
UI API List
ben-sangster edited this page Jan 6, 2011
·
6 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);