Book a Demo

Author Topic: Publish as HTML - how to have details of element from another package  (Read 4699 times)

Piotr_Markiewicz

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Hi,
I offen publish model described in single package (with subpackages) and give access to people who do not have direct access to EA. When all elements are under one main package (could be located in subpackages) then everything is ok. The problem is when on specific diagram I use elements which are located not under main package.
P1
---P1.1
-------P1.1.1
-------P1.1.2
---P1.2
-------P1.2.1
-------P1.2.2

Let assume I publish package P1.1 as HTML and on diagram located in P1.1.1 I used element which definition is in P1.2.1.
On exported diagram I can see this element but only as a image. I cannot see description of this element.

Does anyone know how solved this problem. Maybe configuration, workaround?

Piotr

Arshad

  • EA User
  • **
  • Posts: 292
  • Karma: +21/-1
    • View Profile
Re: Publish as HTML - how to have details of element from another package
« Reply #1 on: September 24, 2018, 09:40:19 pm »
Hi you can achieve it:

Model Document ( Virtual Document ):
  • You can create a model Document  and generate  the HTML from the Master document .In your case you need to add both the packages P1.1 and P1.2 in the model document . For more details refer here
Note : The entire details of that package will be generated . In your case you need to add P1.1 and P1.2 to the master document.

 

HTH
Arshad
« Last Edit: September 24, 2018, 09:41:59 pm by Arshad »

Piotr_Markiewicz

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Publish as HTML - how to have details of element from another package
« Reply #2 on: September 24, 2018, 10:51:41 pm »
Thanks Arshad,
It is not 100% I wanted but better solution than nothing :-). I will read that and try to aply.

Piotr