Class mozile.gui.dojoToolbar.Button
Object
|
+--mozile.gui.dojoToolbar.Button
- class
mozile.gui.dojoToolbar.Button
Defined in dojoToolbar.js
|
Method Summary |
Boolean
|
isActive(<Event> event)
Determine if the command is active.
|
Boolean
|
isAvailable(<Event> event)
Determine if the command is available.
|
Void
|
onClick(<Event> event)
Click the button.
|
void
|
onMouseDown(event)
|
command
mozile.edit.Command command
The command that owns this button.
element
Element element
image
Object image
menu
Object menu
parent
mozile.edit.Command parent
The button or menu that this command belongs to, if any.
type
String type
mozile.gui.dojoToolbar.Button
mozile.gui.dojoToolbar.Button()
Creates a button for a command.
isActive
Boolean isActive(<Event> event)
Determine if the command is active.
Parameters:
event - Optional. The current event.
isAvailable
Boolean isAvailable(<Event> event)
Determine if the command is available.
Parameters:
event - Optional. The current event.
onClick
Void onClick(<Event> event)
Parameters:
event - The event object which caused the button press.
onMouseDown
void onMouseDown(event)
Documentation generated by
JSDoc on Wed Feb 20 13:25:28 2008