Class mozile.enhance
Object
|
+--mozile.Module
|
+--mozile.enhance
- class
mozile.enhance
- extends mozile.Module
|
Method Summary |
<static> Void
|
clientRequest(<String> requestCode, <String> evalOnChange)
Send a request to the Mozile extension.
|
<static> Boolean
|
isEnhanced(enhancementName)
Check to see if Mozile has been enhanced by the Mozile Extension.
|
<static> Void
|
listen(<Event> event)
Listen for changes to the
|
clientRequest
<static> Void clientRequest(<String> requestCode, <String> evalOnChange)
Send a request to the Mozile extension. Will only work properly if the page has been "enhanced".
Parameters:
requestCode - The name of the "enhancement" (code fragment) to execute. Only enhancements listed in the documentElement's
evalOnChange - Optional. Code to evaluate after the server has replied.
isEnhanced
<static> Boolean isEnhanced(enhancementName)
Check to see if Mozile has been enhanced by the Mozile Extension. Look at the
Parameters:
String - enhancementName Optional. If given, the method will check to see if the Mozile Extension provides an enhancement with a matching name. Otherwise it checks to see if the page has been enhanced (in general).
listen
<static> Void listen(<Event> event)
Listen for changes to the
Parameters:
event - The event to listen to.
Documentation generated by
JSDoc on Wed Feb 20 13:25:28 2008