Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: stangohr on March 04, 2016, 09:22:07 pm

Title: HTML Report with Permalink
Post by: stangohr 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?