Custom Tags starting with <$: lots of problems

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

  1. #1

    Default Custom Tags starting with <$: lots of problems

    I'm building an extension for MovableType template tags. Those tags can be
    delimited in several ways: <MTNameOfTheTag> or <$MTNameOfTheTag> or even
    <$MTNameOfTheTag$>. Since the dollar sign is not allowed as tag name, i put a
    prefix="<$" in tag definition, but now i have some problems:

    1. even if in tag chooser i can see the dollar-prefixed tags, i cannot see
    them in code hints (I mean "automatic" code hints, those floating menus
    automatically made for every tag/every attribute/every enumerated attriboption
    in library).
    2. I tried to manually code tags in codehints.xml file with the "<$ pattern
    (so i can change the icon associated to my custom tags, too. That's will be
    very elegant) but I loose "child" codehints menus: the first codehints menu
    (the one i manually made) comes up, but those for attributes and attributes
    values don't.
    3. With the solution in point 2 not only i loose "automatic" codehints, but i
    have to write THREE files for every tag (taglibrary, codehins, third party tags
    file). Lot of time :/
    4. Dollar signs, in both start and end, are NOT part of the name, but part of
    the tag, like a prefix or a suffix. With an attribute i should have:

    <$MTBlogName donald="goofie"$>

    and not:

    <$NTBlogName$ donald="goofie">

    as actually i have

    so, as i said...a lot of problems! i hope someone can help me...its really an
    hard sunday, today! :/

    tnx in advance


    TheClue Guest

  2. Similar Questions and Discussions

    1. Lots of problems with ColdFusion MX 7
      Hi I just installed Coldfusionm7 on a SUN Solaris 9 machine . I installed the multiserver configuration. We were able to get everyting from the...
    2. Custom Tags
      Is it possible to customize the behavior of standard tags? I would like my application to perform a few extra steps prior to the execution of...
    3. CFX or JAVA Custom TAGS ?
      Hello, I would like to know which type of custom tags are easier and faster to use in my ColdFusion pages, CFX tags ? Or java custom tags ? Thanks a...
    4. Using table tags with custom controls
      Hi, I am adding textbox and label control programatically and need some assistance in getting these to show up in a table. Here's my code: For...
    5. Lots of pictures, lots of problems
      I have a project in which pictures need to flash up at precise times in synch with music. I thought I was going great guns - I'd reduced all my...
  3. #2

    Default Re: Custom Tags starting with <$: lots of problems

    I think you might be moving into creating your own server model.

    Just a thought.
    digitalpacman Guest

  4. #3

    Default Re: Custom Tags starting with <$: lots of problems

    uhm...perhaps its the onl solution possible....tnx for answer! :)
    TheClue 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