Skip to main content
Tooltip system, hint to text transformation.

Constructors

NSTooltipsAgent()

Tooltip system, hint to text transformation.

Methods

GetTooltip(String)

Parses a tooltip hint and return a tooltip.
Returns: CRMScript.Global.String - either a literal text, representing itself or a set of key/value pairs enclosed in curly braces. may contain resource string identifiers (in square brackets), to be processed by the resource manager.
Each key is separated from its value by an equals sign, and each pair from the next by an ampersand, according to usual conventions.A typical tooltip hint could be <code>{contact_id=123}</code> or <code>{appointment_id=222 & mode=simple}</code>