Dom.selecttable(), Dom.setshowtablewidths(), Dom.settablecelltag() – Adobe Dreamweaver API Reference CS5 User Manual
Page 442

437
DREAMWEAVER API REFERENCE
Design
Last updated 8/27/2013
dom.selectTable()
Availability
Dreamweaver 3.
Description
Selects an entire table.
Arguments
None.
Returns
Nothing.
Enabler
See “
dom.setShowTableWidths()
Availability
Dreamweaver MX 2004, updated in CS4.
Description
Toggles the display of table widths on and off in standard or Expanded Tables mode. This function sets the value for
the current document and any future document unless otherwise specified. For information on setting the display of
table tabs in Layout mode, see “
Arguments
bShow
•
The
bShow
is a Boolean argument that indicates whether to display table widths for tables when the current
document is in Standard or Expanded Tables mode. If
bShow
is
true
, Dreamweaver displays the widths. If
bShow
is
false,
Dreamweaver does not display the widths.
Returns
Nothing.
dom.setTableCellTag()
Availability
Dreamweaver 3.
Description
This function specifies the tag for the selected cell.