General

With the TISBoard API you can call a set of JavaScript-Methods by modifying the address URL of your browser. For calling a method you have to set a specified textmark (which is documented below).

Example:
TISBoard URL:  http://www.examplehost.com/src/portal/index.html

I want to call the switchDisplayMode method for switching the display mode to kiosk mode:
TISBoard URL:  http://www.examplehost.com/src/portal/index.html#switchDisplaymode:1

Currently the following methods are available by the TISBoard API

#noOp

This is the non operation command to execute the same command twice (#command1, #noOp, #command1). This method will be automatically called after each command so that the URL is different everytime (otherwise you cannot call the same method with the same parameters twice.)

#openPage:[pageId]

Opens the dashpage with the specified ID

#openPageByName:[pageName]

Opens the dashpage with the specified name

#switchDisplayMode:[mode]

Switches the display mode 0=Default mode 1=Kiosk mode

#reloadActivePage

Forces a reload operation on the current open page


Initial URL parameters

index.html?mode=kiosk

Kiosk-Mode starts in User mode with the tree element hidden.

index.html?hideheader=1

hideheader removes the page header (Page title, description and navigation buttons)

Automatic Login

TISBoard Logon Types (SSO, Automatic, Custom)