| | | | Browse by category |
Article ID: 2417
Last updated: 29 May, 2018
Question
How to hide the root row of the ILOG JViews Gantt Chart component when using
Answer
While there is no attribute for this setting in the JSF <jvgf:ganttView>
and <jvfg:scheduleView>
tags, it is possible to hide the root row using CSS Style Sheets.
In the chart entry of your CSS file, just set the rootRowVisible
property to false:
chart {
rootRowVisible : false ;
}
Then you can set this CSS file to your JSF Gantt component:
<jvgf:ganttView
[...]
styleSheets="myStyle.css" />
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 2417
Last updated: 29 May, 2018
Revision: 3
Views: 600
Posted: 07 Nov, 2011 by
Dean J.
Updated: 29 May, 2018 by
Gargani A.
Also listed in
Others in this category
Powered by KBPublisher (Knowledge base software)