Problem with custom tag library created from .tld file

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

  1. #1

    Default Problem with custom tag library created from .tld file

    Using MX 2004: I have read many documents on .mxi and .mxp files and extending
    dreamweaver for custom tag libraries for .jsp/.html, but have not gotten far to
    this point. I finally decided to see if I could make things work using the
    "Edit -> Tag Libraries" functionality and create a new one from an existing
    ..tld file. This worked - sort of; I am able to get the custom tags put onto the
    ..jsp through the "Tag Chooser" menu item. However:

    1) When choosing the tags via the Insert -> Tag option, we do not get the pop
    up box (Tag Editor) where we can enter the values for the tag attributes.
    Dreamweaver does recognize that our attributes exist as we can see them via the
    Edit -> Tag Libraries -> area. I guess a work around would be to use the
    "Window ->Tag Inspector ->" function to view/enter the attributes, but it would
    be much easier if we could get the attribute pop-up window to appear once that
    tag is being chosen.

    2) More importantly, once we put the tag on the .jsp, when viewing the
    "Design" screen, our tag does not show. None of our custom tags "show" up on
    the .jsp, although they are in the source. Outside of merely importing the .tld
    file and creating the library in this manner, is there some other step that
    needs to occur for our custom tags to work ?

    Thank you for any answers or suggestions you can provide ?


    Novice Weaver User Guest

  2. Similar Questions and Discussions

    1. Custom control on html page fails after VS project created
      I created a virtual directory and in the folder created an html file which includes an <object classid=...> tag that references a simple windows...
    2. Managing ViewState of a dynamically created Custom Composite Server Control -(where the original is also dynamically created)
      Ok here's my scenario. I have a Custom Composite Server Control (CCSC) consisting of a TextBox, Button & Panel. (And some other code - which I...
    3. Bitmap property of custom control, object cannot be created
      Hi, I have build a custom control with a Bitmap property inside: System::Drawing::Bitmap* myBitmap; __property System::Drawing::Bitmap*...
    4. events for dynamically created buttons nested in custom control
      Similar questions to this have been raised. The answers I have read seem to imply that I have to inherit to a new class in order to accomplish my...
    5. Data Access Problem when importing custom file
      Hi, I have an aspx file that creates a custom class object and calls a method which should return a DataSet. It throws a: Description: The...
  3. #2

    Default Re: Problem with custom tag library created from .tld file

    "Novice Weaver User" <webforumsuser@macromedia.com> wrote in message
    news:dehr7b$m6u$1@forums.macromedia.com...
    > 1) When choosing the tags via the Insert -> Tag option, we do not get the
    pop
    > up box (Tag Editor) where we can enter the values for the tag attributes.
    > Dreamweaver does recognize that our attributes exist as we can see them
    via the
    > Edit -> Tag Libraries -> area. I guess a work around would be to use the
    > "Window ->Tag Inspector ->" function to view/enter the attributes, but it
    would
    > be much easier if we could get the attribute pop-up window to appear once
    that
    > tag is being chosen.
    You have to develop the relevant Tag Editors by yourself


    > 2) More importantly, once we put the tag on the .jsp, when viewing the
    > "Design" screen, our tag does not show. None of our custom tags "show" up
    on
    > the .jsp, although they are in the source. Outside of merely importing the
    ..tld
    > file and creating the library in this manner, is there some other step
    that
    > needs to occur for our custom tags to work ?
    If you want to display something in Design View you should develop dedicated
    extensions called "translators"

    You can check the extensibility docs for additional details.

    ----------------------------
    Massimo Foti
    Tools for ColdFusion and Dreamweaver developers:
    [url]http://www.massimocorner.com[/url]
    ----------------------------



    Massimo Foti 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