TOC PREV NEXT INDEX




Browser Properties


Property
Type
Description
Dynamic
ice.browser.directionFocus
boolean
If set to true, arrow keys are used for changing focus in the displayed Web page (that is, use DirectionFocusManager instead of FocusManager). Tab keys work normally.
new html4-pilot
ice.browser.forcegc
boolean
If set to true, the application forces garbage collection at certain points.
No
ice.browser.maxMemory
integer
Sets the maximum memory amount for the application. If the -mx option is used with the Java interpreter, this property must be set accordingly.
No
ice.browser.memoryCheck.period
integer
Specifies the interval between checks for low memory conditions, in milliseconds. If not specified, no memory checking is done. For more information, see Setting a Time Period for Memory Checking.
No
ice.browser.minMemory
integer
Sets a safety margin to be used for recovery after reaching the memory limit. The limit is the difference between maxMemory and minMemory. For example, if maxMemory is 2MB and minMemory is 0.5MB, the application has 1.5MB available before reaching the limit. Below this, the layout and parsing is stopped. The default is 300K.
No
ice.browser.parseTreeOutput
string
Specifies where to save the DOM tree. This is specific to the Generic RI. For more information, see Saving a DOM Tree Dump File.
No
ice.browser.pjava
boolean
In a PJava environment, sets the use of scrollbars. However, if the PJava environment supports scrollbars, you do not have to set this property.
new html4-
pilot
ice.browser.scroll
string
If set to "smooth", instantiates the SmoothScrollHandler instead of the default ScrollHandler. It may provide smoother scrolling when using the arrow and page keys, but may slow scrolling significantly.
new html4 pilot
ice.browser.verbose
boolean
Generates version information and other output to the console or to the location specified by System.out. Set to true by default. If set to false, this information is not printed.
No
ice.browser.winontop
boolean
If set to true, new windows are opened on top of the current window. Default is false. This is specific to the Generic RI.
Yes



Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX