beautypg.com

Dom.cansplitframe(), Dom.cansplittablecell(), Dom.canstopplugin() – Adobe Dreamweaver API Reference CS5 User Manual

Page 506

background image

501

DREAMWEAVER API REFERENCE

Enablers

Last updated 8/27/2013

dom.canSplitFrame()

Availability
Dreamweaver 3.

Description
Checks whether Dreamweaver can perform a Split Frame [Left | Right | Up | Down] operation.

Arguments
None.

Returns
A Boolean value:

true

if the selection is within a frame;

false

otherwise.

dom.canSplitTableCell()

Availability
Dreamweaver 3.

Description
Checks whether Dreamweaver can perform a Split Cell operation.

Arguments
None.

Returns
A Boolean value:

true

if the insertion point is inside a table cell or the selection is a table cell;

false

otherwise.

dom.canStopPlugin()

Availability
Dreamweaver 3.

Description
Checks whether Dreamweaver can perform a Stop operation.

Arguments
None.

Returns
A Boolean value:

true

if the selection is currently being played with a plug-in;

false

otherwise.