beautypg.com

Dom.dodeferredtableupdate(), Dom.getshowtablewidths(), Dom.gettableextent() – Adobe Dreamweaver API Reference CS5 User Manual

Page 438

background image

433

DREAMWEAVER API REFERENCE

Design

Last updated 8/27/2013

dom.doDeferredTableUpdate()

Availability
Dreamweaver 3.

Description
If the Faster Table Editing option is selected in the General preferences, this function forces the table layout to reflect
recent changes without moving the selection outside the table. This function has no effect if the Faster Table Editing
option is not selected.

Arguments
None.

Returns
Nothing.

dom.getShowTableWidths()

Availability
Dreamweaver MX 2004, and updated in CS4.

Description
Returns whether table widths appear in standard or expanded tables mode. For information on whether Dreamweaver
displays table tabs in Layout mode, see “

dom.getShowLayoutTableTabs()

” on page 412.

Arguments
None.

Returns
A Boolean value:

true

if Dreamweaver shows table widths in standard or expanded tables mode;

false

otherwise.

dom.getTableExtent()

Availability
Dreamweaver 3.

Description
This function gets the number of columns and rows in the selected table.

Arguments
None.

Returns
An array that contains two whole numbers. The first array item is the number of columns, and the second array item
is the number of rows. If no table is selected, nothing returns.