Public Member Functions | |
tmozIExport | create (in tmozIFrame aFrame) |
Create Export module. | |
Public Attributes | |
readonly attribute AString | menuName |
Name of export module. | |
readonly attribute AString | menuImage |
Export module icon. |
This is factory for export module (tmozIExport). Each module is constructed using such factory. This object is also responsible for name of the export module in the menu.
tmozIExport create | ( | in tmozIFrame | aFrame | ) |
Create Export module.
Method will create innstance of export module. Each instance is used for one export sequence.
aFrame | parent frame |
readonly attribute AString menuImage |
Export module icon.
URL of image used in the menu. E.g.: chrome://tahiti/skin/icons/myExport.png
readonly attribute AString menuName |
Name of export module.
Return Export module name. This name is used to display plugin name in the menu.