app.changePage
Change the active page of a Buttonize app.
Usage
Arguments
changePage
simply takes the name of the page you’d like to activate as a string. It must match the name of a page
declared in the app via the page
method.
The page name argument can also accept conditional expressions. So logic like:
is possible.