EQ.core namespace
Contains different classes and functions for managing core EasyQuery objects: data model, query, entities, attributes, operators, etc.
Functions
Section titled “Functions”getText
Section titled “getText”Returns: Text of the resource defined by key
Returns type: String
Returns localized text by the key defined in parameters
Parameters
Section titled “Parameters”Name | Type | Description |
---|---|---|
key | String | The key of the resource string. |
Here we get the text of the resource string assigned to CmdClickToAddCondition key
var text = EQ.core.getText("CmdClickToAddCondition")