Book a Demo

Author Topic: External hyperl to EA generated HTML documentation  (Read 2459 times)

solvi

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
External hyperl to EA generated HTML documentation
« on: August 12, 2008, 01:41:44 am »
I woul like to create extrenal hyperlinks to different pages in the html documentation created by EA.
Is it possible to change the pattern used by EA to created the names of the html files?

The names used for the html files are something like EA1, EA2, ... and they do not give a hint of which package/element is documented in the given EA<index>.html.

I would prefer to have the names like they are shown in the tree inside EA. So something like <packagename>.html, <elementname>.html. In this way I could easily have links to the documentation created by EA, f.e. in my desktop or anywhere else (doxygen generated documentation for my sources).



« Last Edit: August 18, 2008, 08:45:24 pm by solvi »

reinmh

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: External hyperl to EA generated HTML documenta
« Reply #1 on: September 03, 2008, 04:19:16 pm »
Hi solvi

I had the same problem and solved it by coding a little javascript-helper that enables me to navigate to a specific diagram page using the diagram name or the diagram guid.

e.g.
index.html?name=MyUseCaseDiagram
index.html?guid={2720A306-790B-4b25-B4C4-49F74CF358D0}

The javascript reads the generated data-xml files inside js/data with AJAX and parses the correct url for the diagram name or diagram guid.

All this changes can then be placed inside a new EA Web Style Template  ;)

Best Regards
Harald Reinmüller