Specifications

The Dreamweaver JavaScript API 429
Description
Checks whether you can edit the currently selected item and returns true or false so that you
can enable or disable menu items for editing.
Arguments
None.
Return Value
A Boolean value.
dw.snippetpalette.canInsert()
Availability
Dreamweaver MX
Description
Checks whether you can insert or apply the selected element and returns true or false so you
can enable or disable menu items for inserting or applying
Arguments
None.
Return Values
A Boolean value.
dreamweaver.tagInspector.tagBeforeEnabled()
Availability
Dreamweaver MX
Description
Checks whether the dreamweaver.treeViewPalette.tagBefore() function can be called.
Arguments
None.
Returns
true if exactly one tag is selected.
dreamweaver.tagInspector.tagInsideEnabled()
Availability
Dreamweaver MX
Description
Checks whether the dreamweaver.treeViewPalette.tagInside() function can be called.
Arguments
None.
Returns
true if exactly one tag is selected.