| | | | Browse by category |
Article ID: 2153
Last updated: 28 May, 2018
Question
How to dynamically expand/collapse a network element based on new alarms via CSS?
Answer
To expand or collapse any kind of business object, you should use the newAlarmCount attribute in the following way:
- To collapse a business object when there are no new alarms, use the CSS rule:
object."ilog.tgo.model.IltNetworkElement" {
//Collapse the business object...collapsed: true;
}
- To expand a business object when there are new alarms, use the CSS rule:
object."ilog.tgo.model.IltNetworkElement"[newAlarmCount] {
//Expand the business object...collapsed: false;
}
You can find the NewAlarmCountAttribute as an attribute of the IltObject class.
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 2153
Last updated: 28 May, 2018
Revision: 3
Views: 781
Posted: 06 Nov, 2003 by
Dean J.
Updated: 28 May, 2018 by
Gargani A.
Also listed in
Others in this category
Powered by KBPublisher (Knowledge base software)