<description>
Description
The description
tag contains text that Adobe 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 Adobe 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 Adobe Dreamweaver treats them as text.
Attributes
None.
Contents
Description text.
Container
The 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>