Last updated on
Apr 27, 2021
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.