IBI-aws

Settings

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

Example

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