Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
nyDavid #1
Inspector Property: Dynamic tags
Hi,
I am working on an extension for Dreamweaver, currently on an Inspector. So
what I understand is, that if you use the following tag:
<!-- tag:mytag,priority:9,selection:exact,vline,hline -->
It will recognize any tags that look like <mytag>, and the js function will be
called. But what if I have dynamic tags, e.g. take this: <%email_a%> <%email_b%>
So the word before the underline "email" tells me, what kind of Property I
have, and a or b are values, that are going to be saved in an xml file.
What I am looking for is some sort of function that will allow me to use
regular expression to decide which Property inspector should be called.
(everthing with %email_ in the beginning should call the email inspector,
everthing with %address_ the address inspector etc.)
Thanks for any help in advance, I hope its possible to this.
Regards
David
nyDavid Guest
-
Property Inspector list view?
In Dreamweaver 8 Help, under the topic "Making HTML attributes dynamic," it says: "If the attribute you want to bind does not have a folder icon... -
Property Inspector Events
I am trying to create a property inspector extension for a data translator extension and I am running into a problem. Property inspector doesn't... -
Missing Dynamic Button from Property Inspector
OK, I have the Studio MX Book and am walking myself through the Tri Motors tutorial. Seems straight forward.....however, when I go back to my search... -
Problems with property inspector when using help
I wonder if this is the same problem that I am having with version 8, think ill try it out. Robert Ray -
resizing, property inspector
where is the property inspector in FW 4? im following a tutorial that asks me to resize a rectangle on a canvas size of 700 x 400. But when I... -
Massimo Foti #2
Re: Inspector Property: Dynamic tags
"nyDavid" <webforumsuser@macromedia.com> wrote in message
news:gd7hpa$jmi$1@forums.macromedia.com...Have you checked the docs for canInspectSelection()?> What I am looking for is some sort of function that will allow me to use
> regular expression to decide which Property inspector should be called.
> (everthing with %email_ in the beginning should call the email inspector,
> everthing with %address_ the address inspector etc.)
>
> Thanks for any help in advance, I hope its possible to this.
--
----------------------------
Massimo Foti, web-programmer for hire
Tools for ColdFusion, JavaScript and Dreamweaver:
[url]http://www.massimocorner.com[/url]
----------------------------
Massimo Foti Guest
-
nyDavid #3
Re: Inspector Property: Dynamic tags
Hi Massimo,
yes I am using this function already, just returning "true" as far.
This function only gets called, when the currently selected tag matches with
the required tag in my inspectors/inspector.html file, right?
So there is the problem, since I dont know what tag I should write in this
html file on the first line.
nyDavid Guest
-
nyDavid #4
Re: Inspector Property: Dynamic tags
Is it possible, to use custom tags created with the "tagspec" tag for the inspectors?
I still haveent found a way for filtering dynamic tags. I would appreciate any help!
nyDavid Guest



Reply With Quote

