Specifications

609
Description
Checks the .vtm files to see if a tag editor has been defined for the tag. If so, the editor for that tag
pops up and accepts the start tag. If not, the start tag is inserted unmodified into the users
document.
Arguments
A start tag string that includes one of the following types of initial values:
A tag, an in <input>
A tag with attributes, as in <input type=’text’>
A directive, as in <%= %>
Returns
A Boolean value: true if anything is inserted into the document; false otherwise.
dreamweaver.popupEditTagDialog()
Availability
Dreamweaver MX
Description
If a tag is selected, the tag editor for that tag opens, so you can edit the tag.
Arguments
None.
Returns
Nothing.
Enabler
dw.canPopupEditTagDialog()
dreamweaver.showTagChooser()
Availability
Dreamweaver MX
Description
Displays the Tag Chooser dialog box, brings it to the front, and sets focus.
Arguments
None.
Returns
Nothing.
dreamweaver.showTagLibraryEditor()
Availability
Dreamweaver MX
Description
Opens the Tag Library editor.