User Guide
368 Chapter 17: Design
Arguments
colNum
, bAutostretch
• The colNum argument is the column to be automatically sized or set to a fixed width.
• The bAutostretch argument specifies whether to set the column to autostretch (true) or to a
fixed width (
false).
Returns
Nothing.
dom.setShowLayoutTableTabs()
Availability
Dreamweaver 4.
Description
Sets the current document to display tabs for layout tables whenever it’s in Layout view. This
function does not force the document into Layout view.
Arguments
bShow
• The bShow argument indicates whether to display tabs for layout tables when the current
document is in Layout view. If
bShow is true, Dreamweaver displays tabs; if bShow is false,
Dreamweaver does not display tabs.
Returns
Nothing.
dom.setShowLayoutView()
Availability
Dreamweaver 4.
Description
Places the current document in Layout view if bShow is true.
Arguments
bShow
• The bShow argument is a Boolean value that toggles the current document between Layout
view and Standard view. If bShow is true, the current document is in Layout view; if bShow is
false, the current document is in Standard view.
Returns
Nothing.
000_DW_API_Print.book Page 368 Wednesday, August 20, 2003 9:14 AM