EQ.view.chartProvider namespace
Contains different functions for generating chartJS charts.
Functions
EQ.client namespace
Contains several functions which help initilize and manage EasyQuery widgets and simplify the communications with server-side code.
Functions
init
Initializes all EasyQuery objects and widgets.
Parameters
Name | Type | Description |
---|---|---|
options |
Object | A map of options to pass to EasyQuery core |
EQ.core namespace
Contains different classes and functions for managing core EasyQuery objects: data model, query, entities, attributes, operators, etc.
Functions
getText
Returns: Text of the resource defined by key
Returns type: String
Returns localized text by the key defined in parameters
Parameters
| Name | Type | Description | | -------- | ------- |
EQ.view.basic namespace
Contains different functions for managing basic EasyQuery views: process user input, render result set, etc.
Functions
EQ.view namespace
Contains different functions for managing core EasyQuery pages (views): process user input, render result set, etc.
Functions
EQ.view.grid namespace
Contains different functions for managing core EasyQuery pages (views): process user input, render result set, etc.
Functions
EQ.view.textsearch namespace
Contains different functions for managing core EasyQuery pages (views): process user input, render result set, etc.
Functions
ColumnsPanel widget
This widget represents "columns panel" - a rectangular area of your web-page which contains the list of query result columns and provides some operations for manipulating with that list: add/remove a column, change its type, set column's sorting, etc.\\ All options of **ColumnsPanel** widgets can be set through ''columnsPanel'' property of ''easyQuerySettings'' global variable. Of course you can
EQ.view.report namespace
Contains different functions for managing core EasyQuery pages (views): process user input, render result set, etc.
Functions
EntitiesPanel widget
This widget represents "entities panel" - a rectangular area of your web-page which contains the tree of entities/attributes found in your model and provides the way to add a column(s) to the columns panel and to add a condition(s) to query panel. This also includes drag-and-drop support.
Options
queryPanelId
Type: String
Default: QueryPanel
Gets or sets an
QueryPanel widget
This widget represents a "conditions panel" - a rectangular area of your web-page which contains hierarchical list of query conditions and provides some operations for manipulating with that list: add a new condition or condition group, remove an existing condition, enable/disable conditions, etc. All options of **QueryPanel** widgets can be set through ''queryPanel'' property of