beautypg.com

Dom.canplayplugin(), Dom.canredo(), Dom.canremoveeditableregion() – Adobe Dreamweaver API Reference CS5 User Manual

Page 504

background image

499

DREAMWEAVER API REFERENCE

Enablers

Last updated 8/27/2013

Returns
A Boolean value:

true

if the selection is an adjacent grouping of table cells;

false

otherwise.

dom.canPlayPlugin()

Availability
Dreamweaver 3.

Description
Checks whether Dreamweaver can perform a Play operation. This function is valid only for the active document.

Arguments
None.

Returns
A Boolean value:

true

if the selection can be played with a plug-in.

dom.canRedo()

Availability
Dreamweaver 3.

Description
Checks whether Dreamweaver can perform a Redo operation.

Arguments
None.

Returns
A Boolean value:

true

if any steps remain to redo;

false

otherwise.

dom.canRemoveEditableRegion()

Availability
Dreamweaver 3.

Description
Checks whether Dreamweaver can perform an Unmark Editable Region operation.

Arguments
None.

Returns
A Boolean value:

true

if the current document is a template;

false

otherwise.