User Tools

Site Tools


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>&#20803;</html>:
    Handles.SetGroupPageName(“Playbacks”, “&#20803;”)
Example in

Legend - Set a Page Legend:

  <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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki