beautypg.com

Dom.setshowtoolbar(), Dom.setshowtracingimage(), Dom.setshowwordwrap() – Adobe Dreamweaver API Reference CS5 User Manual

Page 170

background image

165

DREAMWEAVER API REFERENCE

Workspace

Last updated 8/27/2013

Returns
Nothing.

dom.setShowToolbar()

Availability
Dreamweaver 4.

Description
This function shows or hides the Toolbar.

Arguments
bShow

The bShow argument is a Boolean value:

true

indicates the toolbar should be visible;

false

otherwise.

Returns
Nothing.

dom.setShowTracingImage()

Availability
Dreamweaver 3.

Description
This function toggles the View > Tracing Image > Show option on and off.

Arguments
bShowTracingImage

The bShowTracingImage argument is a Boolean value:

true

turns on the Show option;

false

turns it off.

Returns
Nothing.

dom.setShowWordWrap()

Availability
Dreamweaver 4.

Description
This function toggles the Word Wrap option off or on in the Code view of the document window.

Arguments
bShow

The bShow argument is a Boolean value:

true

indicates that the lines should wrap;

false

otherwise.