Namespace: parasql

parasql

This is the top level ParaSQL namespace.

Classes

Event
ParaSQLApp

Namespaces

schema
ui
util
widget

Members

(static) app :parasql.ParaSQLApp

The root object of a running application. Used to retrieve references to all other objects within the app.
Type:
Example
var myReportWidget = parasql.app.getWidgetById('ID12345'); // get the widget with ID12345