User Guide
546 Code
dreamweaver.showTagLibraryEditor()
Availability
Dreamweaver MX.
Description
This function opens the Tag Library editor.
Arguments
None.
Returns
None.
dreamweaver.tagLibrary.getTagLibraryDOM()
Availability
Dreamweaver MX.
Description
Given the URL of a filename.vtm file, this function returns the DOM for that file, so that
its contents can be edited.
This function should be called only when the Tag Library editor is
active.
Arguments
fileURL
■ The fileURL argument is the URL of a filename.vtm file, relative to the Configuration/
Tag Libraries folder, as shown in the following example:
"HTML/img.vtm"
Returns
A DOM pointer to a new or previously existing file within the TagLibraries folder.
000_DW_API_Print.book Page 546 Wednesday, July 20, 2005 11:58 AM