
Public Attributes | |
| const long | VM_SINGLE_WINDOW = 0 |
| View mode - single window. | |
| const long | VM_DUAL_HORIZONTAL = 1 |
| View mode - dual horizontal. | |
| const long | VM_DUAL_VERTICAL = 2 |
| View mode - dual vertical. | |
| const long | VM_MULTIPLE_TAB = 3 |
| View mode - tabbed windows. | |
| attribute long | viewMode |
| View mode Attribute specify active view mode. Available view modes:. | |
| readonly attribute tmozIStatusBar | statusBar |
| Status bar. | |
| readonly attribute tmozIDomain | domain |
| Domain. | |
| readonly attribute tmozIProfileManager | profileManager |
| Profile Manager. | |
| readonly attribute tmozIContextBar | contextBar |
| Context bar. | |
Object represents main frame. This frame is used as a main window for the domain.
| readonly attribute tmozIDomain domain |
Domain.
Domain where this frame belong to.
| readonly attribute tmozIProfileManager profileManager |
Profile Manager.
Return profile manager.
| readonly attribute tmozIStatusBar statusBar |
Status bar.
Status bar is located at the bottom of the frame
| attribute long viewMode |
View mode Attribute specify active view mode. Available view modes:.
VM_SINGLE_WINDOW single window VM_DUAL_HORIZONTAL two horizotal windows VM_DUAL_VERTICAL two vertical windows VM_MULTIPLE_TAB multiple windows on tabs | const long VM_DUAL_HORIZONTAL = 1 |
View mode - dual horizontal.
Maximum two windows splitted horizontaly.
| const long VM_DUAL_VERTICAL = 2 |
View mode - dual vertical.
Maximum two windows splitted vertically.
| const long VM_MULTIPLE_TAB = 3 |
View mode - tabbed windows.
Several windows on tabs