User Tools

Site Tools


macros:function:handles.setgrouppagename

Differences

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

Link to this comparison view

macros:function:handles.setgrouppagename [2018/08/25 18:56] – created icke_siegenmacros:function:handles.setgrouppagename [2018/08/26 09:59] (current) icke_siegen
Line 11: Line 11:
 ^ ::: | name ( [[macros:type:string]] ) : The string for the new page name. | ^ ::: | name ( [[macros:type:string]] ) : The string for the new page name. |
 ^ return value | [[macros:type:void]] |   ^ return value | [[macros:type:void]] |  
 +
 +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 (&):\\ ''Handles.SetGroupPageName("Colours", "Greens & 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 <html>&#20803;</html>:\\  ''Handles.SetGroupPageName("Playbacks", "&#20803;")''
  
 == Example in ==  == Example in == 
macros/function/handles.setgrouppagename.1535223395.txt.gz · Last modified: 2018/08/25 18:56 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki