0

I am having a problem to display correct icons from Jstree. ( http://www.jstree.com/ )

How do you force a node to display with a specific icon, ( for example a node with no children), force it to display as a file icon instead of a directory one?

Blazemonger
  • 90,923
  • 26
  • 142
  • 180
dtjmsy
  • 2,664
  • 9
  • 42
  • 62

1 Answers1

0

Check out the types plugin:

http://www.jstree.com/documentation/types

You can specify icons for specific node "types".

See also:

jstree types plugin does not display custom icons

Community
  • 1
  • 1
mode0
  • 16