| Format |
Repeat |
Description |
| start |
Once |
The application will be started on boot. |
| startinfront |
Once |
The application will be started and activated on boot. |
| prop(<name>)=<value> |
Multiple |
The application property <name> will get the value
<value>. Default values (already in the property file) for
the property will be removed. |
| cache=<size> |
Once |
Set the cache size in kB. |
| checkloaduri=false |
Once |
Disables the security check and allows the portal to access local files via file://. True is the default setting. |
| paintdelay=<delay> |
Once |
Set nglayout.initialpaint.delay to this value |
| commands=<command mask> |
Once |
This is an integer bitfield which described which of the
portal sub functions (e.g. back, forward, reload, ...) should be
enabled.
|
| homeonactivation |
Once |
When this parameter is set, the portal will reload the main portal
page each time the portal application goes active. |
| memorylimit=<size> |
Once |
Sets the memory limit before discarding data. |
| toijs=<version> |
Once |
Set TOI/JS version; 0 = old (default), 1 = new. |
| startdelay=<seconds> |
Once |
Delay the portal startup a number of seconds. |
| url=<address> |
Set default address |
| dynamicnav=true |
Attaches the navhelper as observer to the current document, so it can catch
all content changes from dynamic webpages. The default is true for browser, and
false for portal mode. |