Book a Demo

Author Topic: HTML Report with Permalink  (Read 3123 times)

stangohr

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
HTML Report with Permalink
« on: March 04, 2016, 09:22:07 pm »
Hello everybody,

i need a link to the current page of the html report for diagrams and objects.
I tried to set the link directly by the use of the placeholder #GUID#:
   
<tr >
         <td width="15%" class="ObjectDetailsTopic">Permalink:</td>
         <td width="85%" class="ObjectDetailsValue"><a href="/my project/index.html?guid=#GUID#" target="_newtab">#GUID#</a></td>
      </tr>

 My problem is to get rid of the curly brackets. I found the function guidLink(guid, qs) in the JavaScript file and tried to run it onload. Any way the Placeholder #GUID# have curly brackets.

Can you help me to find out how I can set such a permalink?