Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
TheClue #1
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
-
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... -
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... -
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... -
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... -
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... -
digitalpacman #2
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
-
TheClue #3
Re: Custom Tags starting with <$: lots of problems
uhm...perhaps its the onl solution possible....tnx for answer! :)
TheClue Guest



Reply With Quote

