Dynatree multi - selection implementaion ala Windows style

Posted by gnomixa on Stack Overflow See other posts from Stack Overflow or by gnomixa
Published on 2010-04-21T00:38:32Z Indexed on 2010/04/21 0:43 UTC
Read the original article Hit count: 474

I would like to implement windows style multi-selection:

when user holds CTRL key and selects several nodes of the tree. Dynatree (from here http://wwwendt.de/tech/dynatree/doc/dynatree-doc.html) by default has checkboxes for node selection which my client doesn't seem to like.

My question is, is it possible to implement what I need using provided set of callbacks? also, curently, when I hold CTRL key and click on the node, it opens a new window. Is there any way to suppress this functionality? i am guess I would have to do through CSS?

© Stack Overflow or respective owner

Related posts about jquery-dynatree

Related posts about dynatree