
171
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
dreamweaver.setShowStatusBar()
Availability
Dreamweaver 3.
Description
This function toggles the View > Status Bar option on or off.
Arguments
bShowStatusBar
• The bShowStatusBar argument is a Boolean value: true turns on the Status Bar option; false turns it off.
Returns
Nothing.
site.getShowToolTips()
Availability
Dreamweaver 3.
Description
This function gets the current state of the Tool Tips option.
Arguments
None.
Returns
A Boolean value: true indicates that the tool tips are visible in the Site panel; false otherwise.
site.setShowToolTips()
Availability
Dreamweaver 3.
Description
This function toggles the Tool Tips option on or off.
Arguments
bShowToolTips
• The bShowToolTips argument is a Boolean value: true turns on the Tool Tips option; false turns it off.
Returns
Nothing.
Kommentare zu diesen Handbüchern