| | | | Browse by category |
Article ID: 2327
Last updated: 29 May, 2018
Question
How can I hide properties in an IlvDiagrammerPropertySheet?
Answer
You can hide them at the CSS level.
For each property to hide, you need to define a filteredOut
property in a CSS rule. For example, to hide the x
and y
node properties from the property sheet, you need to define the following CSS rules:
Diagrammer {
styleApplicationComponents : "true";
}
node:DiagrammerPropertySheet:x{
filteredOut:true;
}
node:DiagrammerPropertySheet:y{
filteredOut:true;
}
The filteredOut
property is available since version 6.0 of JViews Diagrammer. It will prevent the properties x
and y
from showing in the IlvDiagrammerPropertySheet
of the application.
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 2327
Last updated: 29 May, 2018
Revision: 3
Views: 463
Posted: 10 Mar, 2011 by
Dean J.
Updated: 29 May, 2018 by
Gargani A.
Also listed in
Others in this category
Powered by KBPublisher (Knowledge base software)