Example ====== Pages - Change Workspace Pages ====== ^ by: | Sebastian Beutel, April 2020 | ^ published: | here | ^ description: | change page of the workspace area (the small area with 12 buttons) | ^ remarks: | Handle with care 8-) | {{tag>change handle page workspace}} ==== functions ==== * [[:macros:function:Handles.Workspaces.ChangePage]] ===== Code ===== Handles.Workspaces.ChangePage(0) Handles.Workspaces.ChangePage(1) Handles.Workspaces.ChangePage(2) Handles.Workspaces.ChangePage(3) ===== Explanation ===== This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]] Using the function ChangePage() like in other macros for other windows this changes the page of the workspaces area. ===== How to use it ===== - [[:macros:deploying|make this macro available]] - fire one of these macros to toggle the page or the workspace area ~~DISCUSSION~~