How To...Customize Navigation


Go Back...


Escape provides the ability to customize how navigation looks and behaves on a page. The following are mechanisms to customize navigation on a page.

META TAGS
Custom <meta> tags can be used to disable navigation of pages for walled-garden content. Talk to your provider to enable this functionality.


CUSTOM ATTRIBUTES

The following attributes can be used to customize navigation within a page:

  • navigatable - used to dynamically disable an object's "navigability".
  • highlight - used to turn off the default highlight to allow for the highlight be done through CSS.
  • navigateLeft, navigateRight, navigateUp, and navigateDown - used to specify the next navigatable object.

The links below illustrate navigation customization:
Default highlight is disabled here, CSS used instead (link goes nowhere)

Non Navigatable Link
Press right arrow key to navigate up to first link, activate to toggle second link


Top of the page

Go Back...