
184
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
Arguments
documentObject, {bActivateFrame}
• The documentObject argument is the object at the root of a document’s DOM tree (the value that the
dreamweaver.getDocumentDOM() function returns).
• The bActivateFrame argument is optional, and is applicable only if documentObject is inside a frameset. The
bActivateFrame argument is a Boolean value:
true activates the frame that contains the document as well as the
window that contains the frameset;
false otherwise.
Returns
Nothing.
dreamweaver.setFloaterVisibility()
Availability
Dreamweaver 3, and updated in CS4.
Description
This function specifies whether to make a particular floating panel or inspector visible.
Arguments
floaterName, bIsVisible
• The floaterName argument is the name of a floating panel. If floaterName does not match one of the built-in
panel names, Dreamweaver searches in the Configuration/Floaters folder for a file called
floaterName.htm. If
Dreamweaver cannot find a floating panel named
floaterName, this function has no effect.
The floaterName values for built-in Dreamweaver panels are the strings to the right of the panel names in the
following list:
Assets = "assets"
Behaviors = "behaviors"
Bindings = "data sources"
Code inspector = "html"
Components = "server components"
CSS Styles = "css styles"
Databases = "databases"
Frames = "frames"
History = "history"
HTML Styles = "html styles"
Insert bar = "objects"
Layers = "layers"
Library = "library"
Link Checker Results = "linkchecker"
Komentarze do niniejszej Instrukcji