Operation Manual

Table Of Contents
420
Coding
Last updated 11/30/2015
You might want to set your default case to be lowercase to comply with XML and XHTML standards.
Edit an attribute for a tag
1 In the Tag Library editor (Edit > Tag Libraries), expand a tag library in the Tags box, expand a tag, and select a tag
attribute.
2 In the Attribute Case pop-up menu, select the Default, Lowercase, Uppercase, or Mixed Case option.
If you select Mixed Case, the Attribute Name Mixed Case dialog box appears. Type the attribute with the case
Dreamweaver should use when inserting it (for example, onClick), and click OK.
Click the Set Default link to set the default case for all attribute names.
3 In the Attribute Type pop-up menu, select the type of the attribute.
If you select Enumerated, type every allowed value for the attribute in the Values box. Separate the values with
commas, but no spaces. For example, the enumerated values of the showborder attribute of the cfchart tag are listed
as yes,no.
Delete libraries, tags, and attributes
1 In the Tag Library editor (Edit > Tag Libraries), select a tag library, tag, or attribute in the Tags box.
2 Click the Minus (–) button.
3 Click OK to permanently delete the item.
The item is removed from the Tags box.
4 Click OK to close the Tag Library editor and complete the deletion.
More Help topics
Importing custom tags into Dreamweaver
Setting coding preferences
Setting coding preferences
Importing custom tags into Dreamweaver
Setting coding preferences
Setting coding preferences
Importing custom tags into Dreamweaver
Note: The user interface has been simplified in Dreamweaver CC and later. As a result, you may not find some of the
options described in this article in Dreamweaver CC and later. For more information, see
this article.
About importing custom tags into Dreamweaver
You can import custom tags into Dreamweaver so that they become an integral part of the authoring environment. For
example, when you start typing an imported custom tag in Code view, a code hints menu appears, listing the tag’s
attributes and letting you select one.