macros:function:handles.setgrouppagename
Function
Handles.SetGroupPageName
Void Handles.SetGroupPageName(String group, String name)
API | http://api.avolites.com/11.0/Handles.SetGroupPageName.html |
---|---|
description | Sets the name of the current page of a group. |
namespace | Handles |
parameter | group ( String ) : Name of the group, see Location |
name ( String ) : The string for the new page name. | |
return value | 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>元</html>:
Handles.SetGroupPageName(“Playbacks”, “元”)
Example in
<step>Handles.SetGroupPageName("Fixtures", "Washes")</step>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/handles.setgrouppagename.txt · Last modified: 2018/08/26 09:59 by icke_siegen