| overlay.js | |
| Constants | |
| Actions. | |
| FireGPG. | This is the class to comunicate with the menus added in firefox. |
| Functions | |
| onLoad | This function is called when a new Firefox’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. |
| updatePopUp | Update labels of inline popup |
This is the class to comunicate with the menus added in firefox. She watch the loading of new windows too.
| Functions | |
| onLoad | This function is called when a new Firefox’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. |
| updatePopUp | Update labels of inline popup |
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 Firefox’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 )
Update labels of inline popup
updatePopUp: function()