Dreamweaver

Edit CFML with the Property inspector

Use the Property inspector to inspect and modify ColdFusion markup in Design view.

  1. In the Property inspector, click the Attributes button to edit the tag’s attributes or to add new ones.
  2. 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).

  3. If the tag contains a conditional expression, make changes to it in the Expression box.