Hi guys,
When is it going to be implemented?
(see also this thread: http://developer.dynamicweb.dk/Forum-17061.aspx?action=ShowThread&ThreadID=661)
Kind Regards,
Emil
Hi guys,
When is it going to be implemented?
(see also this thread: http://developer.dynamicweb.dk/Forum-17061.aspx?action=ShowThread&ThreadID=661)
Kind Regards,
Emil
The upcoming release has not yet been detailed, so I can't give you a positive answer.
For now we use the following workaround to show the available template tags by dumping them in a separate window, because in some designs it's just not possible to use the formatted output in the same page.
Paste the following code anywhere in your template. (note: you can only have this piece of code once, unless you change the ID of the DIV and javascript code)
<div style="display: none;" id="dwTemplateTags"> <!--@DwTemplateTags--> </div> <script language="javascript"> var wnd = window.open(); if (wnd!=null) wnd.document.write(document.getElementById('dwTemplateTags').innerHTML); </script> Kind Regards, Emil
Cool tip, thanks!
This tip is so cool it deserved to be a tag itself :P
< !--@DwTemplateTagsPopUp-- >
nuno wrote:
This tip is so cool it deserved to be a tag itself :P
< !--@DwTemplateTagsPopUp-- >
Haha, yea could be nice as well :-)