beautypg.com

Dreamweaver.htmlinspector.setshowwordwrap(), Dreamweaver.sethideallfloaters() – Adobe Dreamweaver API Reference CS5 User Manual

Page 175

background image

170

DREAMWEAVER API REFERENCE

Workspace

Last updated 8/27/2013

Arguments
bShow

The bShow argument is a Boolean value:

true

indicates that the syntax coloring should be visible;

false

turns it off.

Returns
Nothing.

dreamweaver.htmlInspector.setShowWordWrap()

Availability
Dreamweaver 4.

Description
This function turns the Word Wrap option off or on in the Code inspector.

Arguments
bShow

The bShow argument is a Boolean value:

true

turns Word Wrap on;

false

turns it off.

Returns
Nothing.

dreamweaver.setHideAllFloaters()

Availability
Dreamweaver 3, and updated in CS4.

Description
This function shows or hides all panels. This operation does not affect the Insert Bar.

Arguments

bShowFloatingPalettes

The

bShowFloatingPalettes

argument is a Boolean value:

true

to hide all panels;

false

to show all panels.

When any panel is visible, passing

false

shows the remaining panels. When all panels are visible, passing

false

has no effect.

Note: This command does not hide any panels unless all panels are visible. Therefore, passing true when any panel is
visible has no effect.

Returns
Nothing.