Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: Oliv 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
-
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.
-
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
-
Since v9.??? it is possible to use virtual documents (<<model document>>) for HTML reports too!!
-
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
-
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