string getProperty(string name)

Gets a KioWare property by name

Security

Trust Level Required: Low Trust

Parameters

Name Description
name string
The name of the property desired, which can be one of the following: StartPage - The configured start page URL, DefaultPage - The default page for the current browser (normally the start page). Note that case MUST match.

Return

The property requested.

Examples


var startPage = KioApp.getProperty("StartPage");
var defaultPage = KioApp.getProperty("DefaultPage");
console.log("The KioWare start page is .. " + startPage + ". The default page for the current browser is .. " + defaultPage);

Requirements

KioWare OS (Linux®) version 1.0 or greater.


Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.