IBI-aws

Settings

The file settings.js is used to configure the IBI-aws WebClient. The following configurations are currently available:

Setting

Available from version

Data type

Default value

Necessity

defaultView

1.23

String

Tiles

Optional

groups

1.29

Object[]

[]

Optional

reloadPageOnFocus

1.28

Boolean

true

Optional

showEmptyGroups

1.29

Boolean

false

Optional

syncInterval

1.20

Number

0

Optional

uiLanguages

1.20

String[]

null

Optional

upcomingMessageDisplayOffset

1.22

Number

14

Optional

Example

JavaScript
IBI.aws.settings =
{
    "syncInterval": 30,
    "uiLanguages":[
        "de",
        "en",
        "es",
        "fr",
    	"it"
	],
    "defaultView": "Table"
};