{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 syntaxDescription
\{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
This is a functionnality outside the layout parser to quickly work with minor actions in the layout.

Url/Hash Management
When an url is loaded to a reference point, this modify the url of the webpage: this page is loaded with an url that finishes with : "LTO=desc#HA=-15a66fa6". This means that the url that corresponds to the hash '-15a66fa6' have to be loaded to DOM element with id 'desc'.
This is really useful when you need to copy past the url in an other browser (a link). Finally, the presented page will be loaded with the correct url.