Module FirefoxScript :: Class FirefoxScriptState
[hide private]
[frames] | no frames]

Class FirefoxScriptState

source code

AccessEngine.AEScript.ScriptState --+
                                    |
                                   FirefoxScriptState

Defines settings specific to Firefox.

BoundReview (boolean): Keep review functions within the Firefox document when reviewing begins inside the document, or let them walk across document boundaries?

AutoMode(boolean): When True, modes are automatically updated on a AEPor change.

SearchDepth (integer): Number of nodes visited before iterative searches are cancelled. Affects all find, goto, and where am I? functions.

Instance Methods [hide private]
 
init(self) source code
AEState.Setting.Group
getGroups(self)
Gets configurable settings for this AEScript.
source code
Method Details [hide private]

getGroups(self)

source code 
Gets configurable settings for this AEScript.
Returns: AEState.Setting.Group
Group of all configurable settings