Book a Demo

Author Topic: HTML Export  (Read 8042 times)

Monsieur

  • EA User
  • **
  • Posts: 142
  • Karma: +0/-0
    • View Profile
HTML Export
« on: January 30, 2015, 02:15:34 am »
Hello,

Just needing some help here.
User run export html to get a tree view of their work (and to share it with partners).

[size=14] Is there a way to generate/modify the html export without the last layer?[/size]
The last layer contain objects infos, ..., wich we do not need to share.
Every info you got is good to me (is it possible to get and modify the source script?)

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: HTML Export
« Reply #1 on: January 30, 2015, 09:22:35 am »
There are templates (although they are not WYSIWYG). I assume modifying some of those to remove most of the content is as close as you'll get.

You could potentially also modify the top level and/or script so that only the tree shows. I know of someone who did the reverse.

Stoppy

  • EA User
  • **
  • Posts: 115
  • Karma: +0/-0
    • View Profile
Re: HTML Export
« Reply #2 on: February 02, 2015, 11:15:48 am »
Hi Monsieur,

If you are referring to the last layer is a package containing all of your objects/elements.

You could try and exclude the Package from the HTML Export.

To exclude a package from the HTML Export, undertake the following:
From Project Browser | Select Package | Right Click | Select Documentation then Generated Report Options | Select Exclude Package from Generated Reports then OK.

I have a package called "recycle bin" in my repository which I excluded from the customers HTML Export.

Hope that helps!

Stoppy  :D
« Last Edit: February 02, 2015, 11:16:44 am by Stoppy »
Skills: Business Process | Business Analysts | Product Configuration Manager | Business Intelligence

Monsieur

  • EA User
  • **
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: HTML Export
« Reply #3 on: February 03, 2015, 02:58:32 am »
Quote
Hi Monsieur,

If you are referring to the last layer is a package containing all of your objects/elements.

You could try and exclude the Package from the HTML Export.

To exclude a package from the HTML Export, undertake the following:
From Project Browser | Select Package | Right Click | Select Documentation then Generated Report Options | Select Exclude Package from Generated Reports then OK.

I have a package called "recycle bin" in my repository which I excluded from the customers HTML Export.

Hope that helps!

Stoppy  :D
Thanks Stoppy, that will be usefull =)
But it's not what i wanted, i want to have the same HTML export but whitout the information of the object (status, difficulty,...)
« Last Edit: February 03, 2015, 03:00:37 am by damien.reche »

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
Re: HTML Export
« Reply #4 on: February 03, 2015, 05:33:46 am »
Ah for that I think you need to create your own "Web Style Template", in which you will need to edit 'Body - Object' (I think).....

Monsieur

  • EA User
  • **
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: HTML Export
« Reply #5 on: February 24, 2015, 10:11:14 pm »
Quote
Ah for that I think you need to create your own "Web Style Template", in which you will need to edit 'Body - Object' (I think).....

"Web Style Template"? i am not familiar with this feature... Any chance you could give more info on where to find it in EA?

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
Re: HTML Export
« Reply #6 on: February 25, 2015, 05:16:47 am »
Yes right mouse click Projects -> Resources -> Templates -> Web Style Templates and create a new template. Open this and find the Template called' Body - Object' edit the html as required and remember to save your changes.

Regards,

Jon.
« Last Edit: February 25, 2015, 05:17:08 am by openit »

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: HTML Export
« Reply #7 on: February 25, 2015, 01:34:36 pm »
You could also search in the Help for Web Style Templates. The topic Create Web Style Templates comes up quite quickly.
Best Regards, Roy

Monsieur

  • EA User
  • **
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: HTML Export
« Reply #8 on: May 06, 2015, 06:27:26 pm »
UP

I tried the create a custom web template.
This ALMOST fit my needs.
Let's explain this in an other (and better) way:

 I need to generate a HTML report for my user to navigate into [size=16]diagrams only[/size][/b]

Like generating a mind map?
Or a BPMN model, where you only want the diagrams of activities and navigate but not see the object in himself (nor tag value nor links or not even the description) just the graphic part.

Where i am:
I have edited the web style template to NOT display any information on these object BUT if you click on a leaf in a diagram it leads you to a blank page AND the object are still in the ToC (treeview).
 :'(  :'(  :'(  :'(  :'(  :'(  :'(  :'(  :'(  :'(


Can a Sparxian that it is possible to get that kind of output of EA by modifying the "JavaScript" part within the web-style template to modify the html generator behaviour?

Have anyone tried to do such thing?
« Last Edit: June 02, 2015, 10:21:24 pm by damien.reche »

Monsieur

  • EA User
  • **
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: HTML Export
« Reply #9 on: May 12, 2015, 10:45:01 pm »
up!

Is that just me or when you "delete" a part of the Web style template it goes to default? --> this is weird

Still, here is my progress :
Found several ways that "works" if you want to generate diagrams only:
-Split diagrams and objects between 2 different packages.
Exclude the package containing objects from generation.
-Copy tree with diagram only and exclude the other from generation

None here have some advance html generation? It's a bit fuzzy.

But it is sh*t, and f*ck up the DocX document generation I need a little help here in order to get a right/clean solution.