Tag: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


===General tags===
===General tags===
* $PROJECT_NAME, name of the project.
* $PROJECT_NAME, name of the [[Project]].
* $TOKEN, token of your project's session.
* $TOKEN, [[API token]] of your Project's [[Session]].


===Web tags===
===Web tags===
Line 15: Line 15:


===Attributes tags===
===Attributes tags===
* $ATTRIBUTE_ATTRIBUTENAME, where ATTRIBUTENAME is the TQL approved attribute name. This allows users to acquire attributes stored in this panel, which can change based on calculations of indicators or other panels.
* $ATTRIBUTE_ATTRIBUTENAME, where ATTRIBUTENAME is the [[TQL name|name]] of the [[Attribute]]. This allows users to acquire attributes stored in this panel, which can change based on calculations of indicators or other panels.
* $GLOBAL_GLOBALNAME, where GLOBALNAME is the TQL approved global name. This also allows users to acquire values of globals stored in your project, which can change based on calculation of indicators or other panels.
* $GLOBAL_GLOBALNAME, where GLOBALNAME is the [[TQL name|name]] of the [[Global]]. This also allows users to acquire values of globals stored in your project, which can change based on calculation of indicators or other panels.

Revision as of 07:00, 29 June 2020

Text in panels can contain special tags that are replaced by the Tygron Platform based on the project data, session and the context (owner, maplink etc.) of the panel. This page shows the supported panel tags.

General tags

Web tags

  • $LIB_CUSTOM, the name of the custom javascript library.

Contextual tags

  • $NAME, name of the panel.
  • $ID, id of the panel.
  • $STAKEHOLDER_ID, the ID of the owner of the panel, if it has one. -1 if it has none.
  • $STAKEHOLDER, the name of the owner of the panel, if it has one. Empty text if it has none.

Attributes tags

  • $ATTRIBUTE_ATTRIBUTENAME, where ATTRIBUTENAME is the name of the Attribute. This allows users to acquire attributes stored in this panel, which can change based on calculations of indicators or other panels.
  • $GLOBAL_GLOBALNAME, where GLOBALNAME is the name of the Global. This also allows users to acquire values of globals stored in your project, which can change based on calculation of indicators or other panels.