Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
BillRogers #1
Re: ASP.Net Extension Headaches
Something I found useful when working with .NETcontrols for the Ektron CMS
application
I wanted to rendor Glyphs in design mode but DW7.01 the translators looking at
runat="server" would not render the Glyphs. Here is how I got it to render.
The files
Configuration\Translators\ASP.NET_VB\PreviewModeCu stTags.edml
Configuration\Translators\ASP.NET_Csharp\PreviewMo deCustTags.edml
Search for this line:
<searchPattern
requiredLocation="openTag"><![CDATA[/runat\s*=\s*"?server"?/i]]></searchPattern>
Add this line after it (Note it has to be after it, order is important)
<searchPattern
requiredLocation="tagName"><![CDATA[/^(?!cms:)/i]]></searchPattern>
In your case, replace csm: with aspidistra:
I'm replying because your posting help me figure this out.
BillRogers Guest
-
Template Headaches (PHP includes & links gettingrewritten)
I know this has been discussed a few times on these forums, but I've yet to find a solution. I have several DW Templates that make use of PHP... -
DM6.0 Extension Manager v1.2.107 not d/l newer extension
Hi Folks, I have not been on line due to back surgery and recovery (ouch, yes it still hurts) I have tried to down load some newer navigation aids... -
DataGrid Headaches
We have a serious issue when it comes to datagrids in Flex 2 and 3. Our datasource is a simple XML and what we are trying to do is display a... -
AutoLoader/inheritance headaches
My package USession inherits from, and only from, CGI::Session. The "flush" method is in CGI::Session and isn't redefined by my class. When I call... -
Is .dcr extension = Director file extension ?
I'm a newbie and saw some files on a website ending in .dcr... 1 - Is the .dcr file type a Macromedia Director file? 2 - Does it take the...



Reply With Quote

