browser.setApplicationState

Sets the # anchor of the URL in the browser address bar.

Syntax

ui.Interface.frontCall("browser", "setApplicationState",
   [anchor], [])
  1. anchor - The # anchor to be set in the URL.

Usage

The "setApplicationState" front call allows the application to set the # anchor in the URL displayed in the browser address bar.

This API must be used in conjonction with the applicationstatechanged special action. For more details, read Controlling web application state (#anchor).