macros:function:handles.macros.previouspage
This is an old revision of the document!
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.1509294951.txt.gz · Last modified: 2017/10/29 16:35 (external edit)