Book a Demo

Author Topic: HTML Site "deep links"  (Read 3818 times)

mposever

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
HTML Site "deep links"
« on: September 26, 2018, 12:34:21 am »
I am publishing a model to HTML and the output is a frame-based "site". Does anyone know whether it is possible to create "deep links" to specific objects in the site (models, attributes, ...)? For example, might it be possible to specify a parameter to the default site URL to effect this "navigation"? Something like:

https://hostname:port/index.htm?<guid>

or

https://hostname:port/index.htm?<objectName>

Or is there another way to do this?


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 Site "deep links"
« Reply #1 on: September 26, 2018, 02:12:54 am »
Yes, that is possible.

There are a number of forum topics that specify how exactly (and it should be somewhere in the help as well)

Geert

mposever

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: HTML Site "deep links"
« Reply #2 on: September 26, 2018, 07:40:34 am »
Thanks