Dreamweaver CS4 Resources
|
<description>
DescriptionThe description tag contains
text that Dreamweaver displays when you select the menu group from
the Preferences dialog box. The description text displays below
the list of menu groups. The description text might optionally contain
a single a tag where the href attribute
must be a JavaScript URL that Dreamweaver executes if the user clicks
the link. Use the XML CDATA construct to enclose any special or
illegal characters in the string so that Dreamweaver treats them
as text.
ContentsDescription
text.
ContainerThe menugroup tag.
Example<description>
<![CDATA[ To add or remove tags and attributes, use the
<a href="javascript:dw.tagLibrary.showTagLibraryEditor()">Tag Library Editor</a>.]]>
</description>
|