User Tools

Site Tools


macros:function:handles.macros.nextpage

This is an old revision of the document!


Handles.Macros.NextPage

ASSUMPTION

This function is not documented and simply found by trying. Hence, this entire documentation is assumed.
Void Handles.Macros.NextPage()
API no
description toggles the Macros buttons to the next page
Namespaces Handles.Macros
parameter
return value (Void)

This function does not fully work as Avolites never intended these buttons to be paged.
Handles.Macros.NextPage() ) doesn’t increment, but always goes to page 1.

Example in

changemacrospage:

 <macro id="Avolites.Macros.NextMacrosPage" name="Static Macros Page +1">
    <description>Goes to the next macros page.</description>
    <sequence>
      <step>Handles.Macros.NextPage()</step>
    </sequence>
  </macro>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/handles.macros.nextpage.1509294872.txt.gz · Last modified: 2017/10/29 16:34 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki