Specifications
535
Arguments
None.
Returns
Nothing.
dom.selectParent()
Availability
Dreamweaver 3
Description
Selects the parent of the current selection. Calling this function is equivalent to selecting the next
tag to the left in the tag selector at the bottom of the Document window.
Arguments
None.
Returns
Nothing.
dom.stripTag()
Availability
Dreamweaver 3
Description
Removes the tag from around the current selection, leaving the contents, if any. If the selection
contains no tags or more than one tag, Dreamweaver reports an error.
Arguments
None.
Returns
Nothing.
dom.wrapTag()
Availability
Dreamweaver 3
Description
Wraps the specified tag around the current selection. If the selection is unbalanced, Dreamweaver
reports an error.
Arguments
startTag
startTag
is the source that is associated with the opening tag.
Returns
Nothing.