datamode viewer revamped: Class search, new panel for class list, graphical representation of each class and its related classes, granularity on data display and a fix on lifecycle graph.

SVN:trunk[5206]
This commit is contained in:
Stephen Abello
2018-01-05 15:18:56 +00:00
parent 52a97db259
commit b2a1404ce0
20 changed files with 787 additions and 238 deletions

View File

@@ -69,12 +69,12 @@
if (!settings.prerendered) {
// handle closed ones first
this.filter(":has(>ul:hidden)")
this.filter("."+CLASSES.closed)
.addClass(CLASSES.expandable)
.replaceClass(CLASSES.last, CLASSES.lastExpandable);
// handle open ones
this.not(":has(>ul:hidden)")
this.not("."+CLASSES.closed)
.addClass(CLASSES.collapsable)
.replaceClass(CLASSES.last, CLASSES.lastCollapsable);