Book a Demo

Author Topic: [OK] How to remove TableGroup from HTML Report ?  (Read 7376 times)

Oliv

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
[OK] How to remove TableGroup from HTML Report ?
« on: January 13, 2012, 02:09:41 am »
Hi,

I’m currently trying to customize my HTML report.

Is it possible to hide the table “TableGroup”?
We don’t need to have advanced information like “Flow from”, “Flow to”, (for Activity), “Custom Propertiers”…

It seems that this table can't be remove via the HTML and CSS editor, I can't find it in any templates fragments.

Thanks,

Olivier
« Last Edit: January 31, 2012, 09:51:53 pm by Oliv »

d.greenyer-sf

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: How to remove TableGroup from HTML Report ?
« Reply #1 on: January 14, 2012, 12:42:22 am »
You can prevent a package from being published by selecting documentation | generated report options option in the project browser menu. Alternativley use a virtual document to control the HTML publication process.

Oliv

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: How to remove TableGroup from HTML Report ?
« Reply #2 on: January 17, 2012, 01:26:10 am »
The "TableGroup" is not due to a particular package, all objects in all package have this "TableGroup" when generating in HTML documentation.

I can't use virtual document as I want to generate my documentation in HTML format ; virtual document seems to be dedicated to RTF documentation.

Regards,
Olivier

Luis J. Lobo

  • EA User
  • **
  • Posts: 252
  • Karma: +0/-0
  • IT Consultant
    • View Profile
Re: How to remove TableGroup from HTML Report ?
« Reply #3 on: January 17, 2012, 04:32:27 am »
Since v9.??? it is possible to use virtual documents (<<model document>>) for HTML reports too!!

Oliv

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
[RESOLVED] How to remove TableGroup from HTML Repo
« Reply #4 on: January 31, 2012, 09:50:11 pm »
Hi,

Sparx Systems support gave me the following answer :


This can be done by creating your own HTML template via the HTML and CSS Style Editor.
 
1. View -> More Project Tools -> Project Resources.
2. Resources -> Templates -> Right-click Web Style Templates -> Create HTML Template.
3. Give your template a name and click OK. The HTML Template Editor displays.
4. Click CSS - Main on the left.
5. Modify this CSS template by adding visibility:hidden; to .TableGroup{..}
6. Click Save.
7. Generate HTML report using this template to see result.

Thanks to support team !
Olivier

chintsys

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: [OK] How to remove TableGroup from HTML Report
« Reply #5 on: December 31, 2012, 11:16:53 am »
Is there a way to rename these Web Style Templates once created?  The only way I've found so far is to make a new one from scratch (copying relevant parts of the old one template).  Is there an easier way?

regards,
chintsys