|
Dreamweaver CS4 Resources
|
Edit CFML with the Property inspector
Use the Property
inspector to inspect and modify ColdFusion markup in Design view.
- In the Property inspector, click the Attributes
button to edit the tag’s attributes or to add new ones.
- If the tag holds content between its opening and closing
tags, click the Content button to edit the content.
The Content button appears only if the selected tag is
not an empty tag (that is, if it has both an opening and a closing
tag).
- If the tag contains a conditional expression, make changes
to it in the Expression box.
|