Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Suzan #1
DreamWeaver Customization
I am working on DreamWeaver Translator but Im having problems with a Regular
expression I did.
Anyways Im translating XML tags to html so it can be viewed on the design view.
E.G
<xf:input function="/test/" top="200" />
my regular expression is var RagXInput1 = /<xf:input*\/>/;
this is returning <xf:input function="/ instead of
<xf:input function="/test/" top="200" />
so I need a regular expression to catch the whole sentence
thanks
Suzan Guest
-
Customization of defaults
Hi everyone, Since it gets tedious going through the same procedure to set up a site's connection, that being more or less checking boxes... -
DataGrid Customization
I have a remote object that returns a bean that has 3 properties. The third property is a number (ie 85). I am able to populate the DataGrid with... -
Datagrid paging customization
Hi, in case I am using page number mode in a datagrid, how can I overwrite the 3 dots link "..." to call the next or previous set of pages ? ... -
[PHP] Localization and Customization of Application
Chris: Thanks for the suggestion - I have peeked through Smarty - not bad - but it seems that the designer would still need to learn a different... -
Localization and Customization of Application
I am building a shopping cart application similar to OS Commerce. I am trying to build it for expansion and customization right from the start, so... -
E Michael Brandt #2
Re: DreamWeaver Customization
/<xf:input[^>]+>/
emichael brandt
Suzan wrote:> I am working on DreamWeaver Translator but Im having problems with a Regular
> expression I did.
> Anyways Im translating XML tags to html so it can be viewed on the design view.
> E.G
> <xf:input function="/test/" top="200" />
> my regular expression is var RagXInput1 = /<xf:input*\/>/;
> this is returning <xf:input function="/ instead of
> <xf:input function="/test/" top="200" />
> so I need a regular expression to catch the whole sentence
> thanks
>E Michael Brandt Guest
-
Suzan #3
Re: DreamWeaver Customization
Thanks
what if i want to exclude the / and >
for example
<xf:input function="/te>st/" top="200" />
<xf:input function="/test/>" top="200" />
I want it to discard this pattern "/>" when inside attribute value
Suzan Guest



Reply With Quote

