Information bar functions, Dom.showinfobar(), Dom.hideinfobar() – Adobe Dreamweaver API Reference CS5 User Manual

Page 193

Advertising
background image

188

DREAMWEAVER API REFERENCE

Workspace

Last updated 8/27/2013

Description
This function updates the Reference floating panel. If the Reference floating panel is not visible,

dw.updateReference()

makes it visible and then updates it.

Arguments
None.

Returns
Nothing.

Information bar functions

The Information bar is used to display error messages without disrupting the workflow. The following Information
bar functions are used to hide or to display the Information bar with error messages.

dom.showInfoBar()

Availability
Dreamweaver CS4.

Description
This function displays the Information bar with the message passed in. If the Information bar is already displayed, the
message is updated with the new message being passed in. If no message is passed in, a JS error occurs.

Arguments
Message.

Returns
None.

dom.hideInfoBar()

Availability
Dreamweaver CS4.

Description
This function hides the Information bar.

Arguments
None.

Returns
None.

Advertising