How to quickly skip pages on multi-page Boxes

If you have a Box with many pages and want to jump ahead without navigating through each page, you can do this easily with a console command.

From the Box editor, click Save & Preview:

Save and preview

(You can also do this with a live Box on your site.)

Right-click inside the box, then click Inspect.

Inspect Element

This opens your browser’s Dev Tools. Click the Console tab:

Console

Execute this command on the console:

  • boxapi.showPage(‘thx’)

showthx

You can jump to any page with this command. Just change (‘thx’) to the page abbreviation, such as main, thx, ep1, ep2, etc.

Questions or comments? Let us know at contact@digioh.com