1

I want to embed jquery-ui icons in the jquery dynatree plugin.

http://jquery-ui.googlecode.com/svn/tags/1.6rc5/tests/static/icons.html

There is an icons.gif based solution here. how to customise dynatree image?

But can I use jquery-ui icons?

Community
  • 1
  • 1
Rohit Banga
  • 18,458
  • 31
  • 113
  • 191

1 Answers1

1

The successor of Dynatree (Fancytree) allows this:

<li data-iconclass="ui-icon ui-icon-heart">'iconclass' is directly added to the image &lt;span>, so jQuery stock icons may be used

See here for a demo

mar10
  • 14,320
  • 5
  • 39
  • 64