Book a Demo

Author Topic: HTML Export: link to detailed diagram  (Read 3277 times)

jack89

  • EA User
  • **
  • Posts: 49
  • Karma: +0/-1
    • View Profile
HTML Export: link to detailed diagram
« on: October 21, 2020, 04:07:25 am »
Hi all,

I'm using EA in order to model a system taking in account multiple perspective and behavior diagrams.
Periodically I export the project as HTML and I upload it on a website in order to share the model with other stakeolders that can use it to retrieve useful info.

I noticed that you can navigate inside the html model thanks to javascript embedded, and I noticed that if you right click on a diagram and you click on "open in a new tab", the link in the new tab is a link that contains "goto:3:4:7" where 3, 4 and 7 are coordinates of the diagram in the project. Unfortunately, If I update the project, the link is no more valid because the project structure changes (and the coordinates are changed).

My question is: is there a method that allow you to link to a specified page/diagram of the html export permanently?
In other words, I'd like to have a link that points to a diagram even if the html is updated on the server. e.g. www.model.com/diagram_A (that is always valid) and not www.model.com/goto_3:5:7:3 (that is no more valid if i update my project)

if it is not possible, can you show me alternatives in order to obtain the same goal?

Thank you in advance for your support.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: HTML Export: link to detailed diagram
« Reply #1 on: October 21, 2020, 04:16:51 am »
Yes, you can navigate using the guid of the diagram or element.

http://www.model.com/?guid=6689CE88-E3EC-42cb-8A89-FB2FEAF9F9FD

This url is stable

Geert