|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--mozile.gui.dojoToolbar
| Nested Class Summary | |
<static class> |
mozile.gui.dojoToolbar.Button |
| Field Summary | |
<static> Object |
_commands
|
<static> mozile.edit.Command |
about
Display information about Mozile. |
<static> mozile.edit.Command |
embedFlash
Embed a Flash movie into the document |
<static> mozile.edit.Command |
findReplace
Find and replace text. |
<static> mozile.edit.Command |
help
Display Mozile help information. |
<static> Object |
ieActiveBorder
|
<static> Object |
ieActiveColor
|
<static> Object |
ieActivePadding
|
<static> Object |
ieBorder
|
<static> String |
ieColor
Some CSS values for Internet Explorer to use. |
<static> Object |
ieMenuWidth
|
<static> Object |
iePadding
|
<static> mozile.edit.Command |
mainMenu
Groups togther commands into the main Mozile menu. |
<static> mozile.edit.Command |
properties
Display a properties dialog for the current element. |
<static> mozile.edit.Command |
specialCharacters
Display special characters. |
<static> Object |
strings
Localization strings for this module. |
<static> mozile.edit.Command |
styles
Add and remove style-sheets from the page. |
<static> Element |
toolbar
The toolbar "div" element. |
<static> Boolean |
visible
Indicates that the toolbar is visible. |
| Method Summary | |
<static> Void
|
create()
Creates the GUI. |
<static> Array
|
createButtons(toolbar)
Create a set of buttons and attach them to the given toolbar element. |
<static> Element
|
createImage(<String> name)
Create an image. |
<static> Void
|
destroy()
Destroys the GUI. |
<static> Void
|
display(<String> content)
Displays content is a general Dojo Dialog widget. |
<static> Void
|
override()
Override basic commands with some special features. |
<static> Boolean
|
update(<Event> event, <String> change)
Updates the GUI using the current event. |
| Field Detail |
<static> Object _commands
<static> mozile.edit.Command about
<static> mozile.edit.Command embedFlash
<static> mozile.edit.Command findReplace
<static> mozile.edit.Command help
<static> Object ieActiveBorder
<static> Object ieActiveColor
<static> Object ieActivePadding
<static> Object ieBorder
<static> String ieColor
<static> Object ieMenuWidth
<static> Object iePadding
<static> mozile.edit.Command mainMenu
<static> mozile.edit.Command properties
<static> mozile.edit.Command specialCharacters
<static> Object strings
<static> mozile.edit.Command styles
<static> Element toolbar
<static> Boolean visible
| Method Detail |
<static> Void create()
<static> Array createButtons(toolbar)
<static> Element createImage(<String> name)
name - The name of the image file. This will be a partial path.
<static> Void destroy()
<static> Void display(<String> content)
content -
<static> Void override()
<static> Boolean update(<Event> event, <String> change)
event - The current event.
change - Optional. The type of change made. See mozile.edit.Command.respond for possible values.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||