You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -238,6 +238,11 @@ Whether or not a node is selected.
238
238
239
239
Used in conjunction with global showTags option to add additional information to the right of each node; using [Bootstrap Badges](http://getbootstrap.com/components/#badges)
240
240
241
+
#### tagsClass
242
+
`Array of Strings``Optional`
243
+
244
+
Used in conjunction with tags option to set class of node tags. The class are defined in the same order of tags. You can set null to use the default value. If class array is smaller than tags array the default value is used.
245
+
241
246
#### dataAttr
242
247
`Array of Objects``Optional`
243
248
@@ -469,6 +474,11 @@ Boolean. Default: false
469
474
470
475
Whether or not to display tags to the right of each node. The values of which must be provided in the data structure on a per node basis.
471
476
477
+
#### tagsClass
478
+
String, class names(s). Default: "badge"
479
+
480
+
Sets the class of tags
481
+
472
482
#### uncheckedIcon
473
483
String, class names(s). Default: "glyphicon glyphicon-unchecked" as defined by [Bootstrap Glyphicons](http://getbootstrap.com/components/#glyphicons)
> Use regular expressions for pattern matching NOT string equals, if you need to match an exact string use start and end string anchors e.g. ^pattern$.
0 commit comments