Property table head still appears after leaving it out
Oxygen general issues.
-
- Posts: 9
- Joined: Thu Jul 04, 2019 3:49 pm
Property table head still appears after leaving it out
Post by NielsVerstappen »
Hi,
I am trying to use the <properties> table without displaying the header of this table. However, if I use the example below in a reference file which is contained in a bookmap, the PDF output still displays the <prophead>
The weird part is that while debugging, I found out that if I convert this single reference file to pdf the <prophead> is not displayed. I wondered if it is possible to leave out the <prophead> for a properties table in a bookmap as well.
Many regards,
Niels
I am trying to use the <properties> table without displaying the header of this table. However, if I use the example below in a reference file which is contained in a bookmap, the PDF output still displays the <prophead>
Code: Select all
<properties>
<property>
<proptype>Test Type</proptype>
<propvalue>Test Value</propvalue>
<propdesc>Test Description</propdesc>
</property>
</properties>
Many regards,
Niels
-
- Posts: 846
- Joined: Mon Dec 05, 2011 6:04 pm
Re: Property table head still appears after leaving it out
Hello,
As a simple solution, you should add the following rule in a customization CSS:
[class*="reference/properties"] thead{
display: none !important;
content: "bla";
border: 2px solid black;
}
Then use the DITA Map PDF - based on HTML5 and CSS, edit the scenario and pass your customization .css file to it, either directly - as a parameter - (set the "args.css" value to the path of your .css file), or inside a publishing template.
More details on how you could use a customization CSS available in the User-Guide.
Best Regards,
Costin
As a simple solution, you should add the following rule in a customization CSS:
[class*="reference/properties"] thead{
display: none !important;
content: "bla";
border: 2px solid black;
}
Then use the DITA Map PDF - based on HTML5 and CSS, edit the scenario and pass your customization .css file to it, either directly - as a parameter - (set the "args.css" value to the path of your .css file), or inside a publishing template.
More details on how you could use a customization CSS available in the User-Guide.
Best Regards,
Costin
Costin Sandoi
oXygen XML Editor and Author Support
oXygen XML Editor and Author Support
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service