DataWeb object model extensions provide additional useful methods that you
can call from script in a class or a view. Currently all of these methods are
available in a DataWeb class called syspages.ws. To use these methods, import
the syspages.ws class using the Classes.import() method, as you would import any
DataWeb class:
var sys = Classes.import("/_classes/syspages.ws");
The functions available in this class are described in syspages.ws.