Specifications
Chapter 31418
dom.hasTracingImage()
Availability
Dreamweaver 3
Description
Checks whether the document has a tracing image.
Arguments
None.
Returns
A Boolean value that indicates whether the document has a tracing image.
dreamweaver.assetPalette.canEdit()
Availability
Dreamweaver 4
Description
Enables menu items in the Assets panel for editing.
Arguments
None.
Returns
Returns true if the asset can be edited; false otherwise. Returns false for colors and URLs in
the Site list, and returns
false for a multiple selection of colors and URLs in the Favorites list.
dreamweaver.assetPalette.canInsertOrApply()
Availability
Dreamweaver 4
Description
Checks if the selected elements can be inserted or applied. Returns true or false so the menu
items can be enabled or disabled for insertion or application.
Arguments
None.
Returns
Returns false if the current page is a template, and the current category is Templates. Returns
false if no document is open. Returns false if a library item is selected in the document and the
current category is Library. Otherwise returns
true.
dreamweaver.canClipCopy()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Copy operation.