MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Spezifikationen Seite 274

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 504
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 273
274 Tag Libraries and Editors
<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.
Ty pe cfweather in Code view.
Right click on the tag.
Select Edit Tag cfweather from the Context menu.
If the tag editor launches, it has been created successfully.
Adding a tag to Tag Chooser
To add the cfweather tag to the Tag Chooser:
1. Modify the TagChooser.xml file in the Configuration/Taglibraries/CFML folder by
adding a new category called Third Party Tags, which features the
cfweather tag, as shown
in the following example:
<category name="Third Party Tags" icon="icons/Elements.gif"
reference='CFML'>
<element name="cfweather" value='cfweather zip=""
temperaturescale="fahrenheit">' />
</category>
2.
Verify the cfweather tag now appears in the Tag Chooser by performing the following
steps:
Select Insert > Tag.
Expand the CFML Tags group.
Select the Third Party Tags group that appears at the bottom of the Tag Chooser.
NOTE
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 271.
Seitenansicht 273
1 2 ... 269 270 271 272 273 274 275 276 277 278 279 ... 503 504

Kommentare zu diesen Handbüchern

Keine Kommentare