Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Novice Weaver User #1
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
-
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... -
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... -
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*... -
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... -
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... -
Massimo Foti #2
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...pop> 1) When choosing the tags via the Insert -> Tag option, we do not get thevia the> 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 themwould> Edit -> Tag Libraries -> area. I guess a work around would be to use the
> "Window ->Tag Inspector ->" function to view/enter the attributes, but itthat> be much easier if we could get the attribute pop-up window to appear onceYou have to develop the relevant Tag Editors by yourself> tag is being chosen.
on> 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..tld> the .jsp, although they are in the source. Outside of merely importing thethat> file and creating the library in this manner, is there some other stepIf you want to display something in Design View you should develop dedicated> needs to occur for our custom tags to work ?
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



Reply With Quote

