|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--MozileComponent | +--MozileInterface | +--MozileToolbar
Defined in interface.js
Constructor Summary | |
MozileToolbar
(elementOrPath, <String> configString)
Subclass of MozileInterface for dealing with the toolbar and statusbar. |
Method Summary | |
String
|
getPosition()
Gets the position for the toolbar. |
Void
|
hide()
Hide the interface. |
Void
|
reposition()
Repositions the toolbar. |
Void
|
show()
Reveal the interface. |
Methods inherited from class MozileInterface |
getElement, getParent, init
|
Methods inherited from class MozileComponent |
toString, getName, getConfigString, getOptions, getOption, setOption, _cleanOption
|
Constructor Detail |
MozileToolbar(elementOrPath, <String> configString)
The "position" option should be set. The current options are "topOfWindow" (default) and "bottomOfWindow".
elementOrPath
- Either the root element for the interface or a string with the path to an external XML document. In the latter case the documentElement of the external document will become the element for this interface.
configString
- A properly formatted configuration string.
Method Detail |
String getPosition()
Void hide()
Void reposition()
Void show()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |