The Dreamweaver JavaScript API > Layout view functions > dom.doesColumnHaveSpacer() |
Availability
Dreamweaver 4.0
Description
Determines whether or not a column contains a spacer image that Dreamweaver generated. This function fails if the current selection is not a table.
Arguments
colNum
colNum is the column to check for a spacer image.
Returns
Returns true if the specified column in the currently selected table contains a spacer image that Dreamweaver generated; returns false otherwise.