Skip to content

EQ.core namespace

Contains different classes and functions for managing core EasyQuery objects: data model, query, entities, attributes, operators, etc.

Returns: Text of the resource defined by key
Returns type: String
Returns localized text by the key defined in parameters

NameTypeDescription
keyStringThe key of the resource string.

Here we get the text of the resource string assigned to CmdClickToAddCondition key

var text = EQ.core.getText("CmdClickToAddCondition")