parasql
This is the top level ParaSQL namespace; the variable parasql.app contains the instance of your running application.
- Description:
This is the top level ParaSQL namespace; the variable parasql.app contains the instance of your running application.
Classes
Namespaces
- schema
- This namespace contains the collection of objects that manage relational data in your application.
- ui
- This namespace contains a collection of UI objects used to interact with the user.
- util
- Miscellaneous utility functions.
- widget
- This namespace contains the collection of UI objects that form the core of your application.
Members
(static) app :parasql.ParaSQLApp
The root object of a running application.
- Description:
The root object of a running application. Used to retrieve references to all other objects within the app.
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