Specifications

467
Returns
Nothing.
dom.editAttribute()
Availability
Dreamweaver 3
Description
Displays the appropriate interface for editing the specified attribute. In most cases, this is a dialog
box. This function is valid only for the active document.
Arguments
attribute
Returns
Nothing.
dom.exitBlock()
Availability
Dreamweaver 3
Description
Exits the current paragraph or heading block, leaving the cursor outside of all block elements.
Arguments
None.
Returns
Nothing.
dom.getCharSet()
Availability
Dreamweaver 4
Description
Returns the charset attribute in the meta tag of the document.
Arguments
None.
Returns
The encoding identity of the document. For example, in Latin1 document, the function returns
iso-8859-1.