macros:example:setpagelegend

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
macros:example:setpagelegend [2018/08/25 18:41] – created icke_siegenmacros:example:setpagelegend [2019/04/27 11:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 Example Example
  
-====== Set a page legend ======+====== Legend - Set a Page Legend ======
  
 ^ by: | Sebastian Beutel, August 2018 | ^ by: | Sebastian Beutel, August 2018 |
Line 45: Line 45:
 </code> </code>
  
 +When using characters outside the ASCII character table as name the results may vary:
 +
 +  - in order to get an ampersand ( the & character) you must write it as entity (&amp;): Handles.SetGroupPageName(“Colours”, “Greens &amp; Blues”)
 +  - german Umlauts (ä, ö, ü, ß and the like) work normally (entities would throw errors): Handles.SetGroupPageName(“Colours”, “Grün”)
 +  - you can even display UTF-16 characters by using the HTML code notation, e.g. for the Yuan character 元: Handles.SetGroupPageName(“Playbacks”, “&#20803;”)
  
 ===== Explanation ===== ===== Explanation =====
macros/example/setpagelegend.1535222519.txt.gz · Last modified: 2018/08/25 18:42 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki