Specifications
608
dom.splitTableCell()
Availability
Dreamweaver 3
Description
Splits the current table cell into the specified number of rows or columns. If one or both of the
arguments is omitted, the Split Cells dialog box appears.
Arguments
{colsOrRows}, {numberToSplitInto}
• colsOrRows, if supplied, must be either "columns" or "rows".
• numberToSplitInto, if supplied, is the number of rows or columns into which the cell will be
split.
Returns
Nothing.
Enabler
“dom.canSplitTableCell()” on page 417
Tag editor and tag library functions
You can use tag editors to insert new tags, edit existing tags, access reference information about
tags. The Tag Chooser lets users organize their tags so that they can easily select tags that they use
frequently. The Tag Libraries that come with Dreamweaver store information about tags that are
used in standards-based markup languages and most widely used, tag-based scripting languages.
You can use the JavaScript tag editor, Tag Chooser, and Tag Library functions when you need to
access and work with tag editors and Tag Libraries in your extensions.
dom.getTagSelectorTag()
Availability
Dreamweaver MX
Description
Gets the DOM node for the tag that is currently selected in the tag selector bar at the bottom of
the document window.
Arguments
None.
Returns
The DOM node for the currently selected tag, null if no tag is selected.
dreamweaver.popupInsertTagDialog()
Availability
Dreamweaver MX