<tr>
<td valign="baseline" align="right" nowrap="nowrap">Type: </td>
<td nowrap="nowrap">
<select name="thetempaturescale"
id="attr:cfargument:tempaturescale" attname="tempaturescale"
editable="false" style="width:200px">
</select>
</td>
</tr>
</table>
</div>
</body>
</html>
2.
Verify that the tag editor is working by performing the following steps:
Launch Dreamweaver.
Type
cfweather
Right click on the tag.
Select Edit Tag
If the tag editor launches, it has been created successfully.
Adding a tag to Tag Chooser
To add the
cfweather
1.
Modify the TagChooser.xml file in the Configuration/Taglibraries/CFML folder by
adding a new category called Third Party Tags, which features the
in the following example:
<category name="Third Party Tags" icon="icons/Elements.gif"
reference='CFML'>
<element name="cfweather" value='cfweather zip=""
temperaturescale="fahrenheit">' />
</category>
On multiuser platforms, the TagChooser.xml file also exists in the user's Configuration
folder. For more information regarding multiuser platforms, see the discussion in
"Registering the tag in the tag library" on page
2.
Verify the
cfweather
steps:
Select Insert > Tag.
Expand the CFML Tags group.
Select the Third Party Tags group that appears at the bottom of the Tag Chooser.
274
Tag Libraries and Editors
in Code view.
from the Context menu.
cfweather
tag to the Tag Chooser:
tag now appears in the Tag Chooser by performing the following
cfweather
271.
tag, as shown
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?