Tag Library: Adding an attribute to a tag definedelsewhere

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Tag Library: Adding an attribute to a tag definedelsewhere

    The tag library contains a number of spry specific attributes for the form tag.
    For example, when I'm typing a form tag in source mode, the auto-complete
    window include "spry:choose," "spry:content," etc. I'd like to do something
    similar, adding my own attribute to the form tag. Unfortunately, I can't
    figure out how the spry attributes are added to the form tag definition. They
    don't seem to be in TagLibraries/HTML/Form.vtm as I'd expect.

    Thanks for your help.


    leifw Guest

  2. Similar Questions and Discussions

    1. Adding Title attribute to A tag
      Hi there, Is anyone aware of a way means of the standard install or plugin/extension, to allow uses to add/edit the TITLE attribute for a link...
    2. Adding Java Script RSS Feed to Library Item
      Can anybody help me I have been trying to add a java script for a rss feed to a library item page. That way a rss feed shows in the library page...
    3. Adding a change event to a Date attribute of a customcomponent.
      How do I add a change event for a custom attribute on a custom component? Example code: ...
    4. Net::LDAP - adding value to an existing attribute
      Although the manpage for NET::LDAP::Entry states that using add method would add to the values of an existing entry, LDAP server refuses to add the...
    5. Adding Library To Multiple pages
      jhut: You can easily use a site-wide Search and Replace to add the appropriate Library Item code to your pages. Make a backup of your site...
  3. #2

    Default Re: Tag Library: Adding an attribute to a tag definedelsewhere

    I figured it out. Under the Configuration/TagLibraries, create a CrossTagAttr
    folder and stick a .vtm file in it. In the .vtm file, use the
    <crosstag_attributes> tag and its children. See
    onfiguration/TagLibraries/CrossTagAttr/Spry/Spry.vtm for an example.

    leifw Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139