{r:desc:./res/text/elements/text.html}<<Previous{:}
Text language/HTML
You can insert HTML in TextElement, by defining an url that point to an HTML file. You can include by this way HTML scripts tags.
You can insert tokens in TextElement to define specific clickable zones, which can call functions or ask to insert encoded text in referenced zones,
defined in other TextElements. This permit to define more easily web sites.
A text parser handles small internal functionnalities
Tag syntax | Description |
---|---|
\{r:[ref]:[url]}[Text]\{:} | Indicate to load data from url inside ref text element |
\{d:[ref]} | Declares a reference, i.e. text will be included there |
\{f:[function]}[Text]\{:} | Call a function on click event |