| downloadOverlay.js | |
| Constants | |
| Actions. | |
| firegpgdownloader | This is the class to comunicate with the menus added in firefox downloader |
| Functions | |
| onLoad | This function is called when a new Downloadmager’s windows is created. |
| onMenuItemCommand | This function is called when a menu item is selected. |
| onDelayMenuAction | This function is called to exectue an action. |
| onToolbarButtonCommand | This function is called when the user click on a bouton of the toolbar. |
| addFireGPGContextMenu | Add the FireGPG ContactMenu (if should be showed...) |
This is the class to comunicate with the menus added in firefox downloader
| Functions | |
| onLoad | This function is called when a new Downloadmager’s windows is created. |
| onMenuItemCommand | This function is called when a menu item is selected. |
| onDelayMenuAction | This function is called to exectue an action. |
| onToolbarButtonCommand | This function is called when the user click on a bouton of the toolbar. |
| addFireGPGContextMenu | Add the FireGPG ContactMenu (if should be showed...) |
onMenuItemCommand: function( e, action )
This function is called when a menu item is selected. It’s call onDelayMenuAction 100 milliseconds laters (we have to wait dues to a bug).
onDelayMenuAction: function( action )
This function is called to exectue an action. It’s forward the the call to the correct function in <GPG> class, or load the right dialog.
| action | The action to exectute. See Actions. |
onToolbarButtonCommand: function( e )
This function is called when the user click on a bouton of the toolbar. Action is just forwared to onMenuItemCommand.
This function is called when a new Downloadmager’s windows is created.
onLoad: function()
This function is called when a menu item is selected.
onMenuItemCommand: function( e, action )
This function is called to exectue an action.
onDelayMenuAction: function( action )
This function is called when the user click on a bouton of the toolbar.
onToolbarButtonCommand: function( e )
Add the FireGPG ContactMenu (if should be showed...)
addFireGPGContextMenu: function( menu, event )