Module FirefoxScript
[hide private]
[frames] | no frames]

Module FirefoxScript

source code

Defines a AEScript for the Firefox web browser.


Authors:
Peter Parente, Scott Haeger

Organization: IBM Corporation

Copyright: Copyright (c) 2005, 2007 IBM Corporation

License:

The BSD License

All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php

Classes [hide private]
  FirefoxScriptState
Defines settings specific to Firefox.
  FirefoxScript
Defines hotkeys to improve document browsing and chrome access for the Firefox web browser.
Variables [hide private]
  __uie__ = dict(kind= 'script', tier= 'Minefield', all_tiers= F...
string DOCUMENT_ROLE = 'document frame'
Role name of the top of a document view.
integer DOCUMENT_MODE = 0
Document structure browsing mode
integer TABLE_MODE = 1
Table structure browsing mode
integer WIDGET_MODE = 2
Interactive widget browsing mode
integer TOTAL_MODES = 3
Total number of defined modes
Variables Details [hide private]

__uie__

Value:
dict(kind= 'script', tier= 'Minefield', all_tiers= False)