macros:function:handles.macros.previouspage
Function
Handles.Macros.PreviousPage
This function is not documented and simply found by trying. Hence, this entire documentation is assumed.
Void Handles.Macros.PreviousPage()
API | no |
---|---|
description | toggles the Macros buttons to the previous 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.PreviousPage() ) decrements as expected – but you can go down to page 0 which probably isn't intended.
Example in
<macro id="Avolites.Macros.PreviousMacrosPage" name="Static Macros Page -1"> <description>Goes to the previous macros page.</description> <sequence> <step>Handles.Macros.PreviousPage()</step> </sequence> </macro>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/handles.macros.previouspage.txt · Last modified: 2017/11/22 09:59 by 127.0.0.1