Skip to main content
andreass2968405
Participating Frequently
February 1, 2018
Question

Dreamweaver special TAGS

  • February 1, 2018
  • 1 reply
  • 892 views

I have a Problem with our Special HTML Merge Tags in Dreamweaver <!$MG_XXXXX>

When I use them, Dreamveaver show me Errors and I cant see the deveoleped page

Is there a Possibility to Change the Settings in Dreamweaver?

Here is an expamle:

<td width="35"><input type="button" title="Vorhergehendes Monat" value="<" class="button" onClick="window.open('<!$MG_BUT_PREVTMONTH>','mainunten')"

<!$MG_MONAT_DISABLE>></td>

Thank you for your answer

This topic has been closed for replies.

1 reply

B i r n o u
Legend
February 1, 2018

is this about custom element that you 've build ...  ?

don't you get any error too about the input value ?

andreass2968405
Participating Frequently
February 1, 2018

Hallo Birnou

it's an Element we use to create HTML Merge Templates

it has to start with "<!$MG_" than the Variable Name and close with ">"

This Elelements will be comletly changed through the Enterprise Server serving the DATA an producing correkt HTML Code afterwards

For Example:

<td width="35"><input type="button" title="Vorhergehendes Monat" value="<" class="button" onClick="window.open('<!$MG_BUT_PREVTMONTH>','mainunten')"

<!$MG_MONAT_DISABLE>></td>

will be changed to

<td width="35"><input type="button" title="Vorhergehendes Monat" value="<" class="button" onClick="..........."  ','mainunten')"

disabled></td>

In former Dreamweaver Version we could change the Error behavior. Now I even could not see the Page in draft mode in Dreamweaver because of the Errors shown

B i r n o u
Legend
February 1, 2018

well I might miss a point...

I've pasted some dummy code in DW and didn't get any error

can you send me code that demonstrate the error... please isolate just a snippet, don't send a full page