b:tree drag and drop

I am trying to make nodes of my b:list draggable. I set same b:dragreceive and b:drag attribures to all nodes. But it seems like root element always receives drops. Any advice?

b:tree drag and drop

Hi Alex,

This b:list you’re talking about, it is similar to a regular HTML list? In that case, there should be nothing special to it (I am asking this because dragging-and-dropping is a bit difficult for e.g. treelists because of their nested nature).

The manual and BXML reference should have pretty complete documentation of the drag-and-drop functionality, and there is not much I can add to that without having specific details about the problem.

~Grauw

b:tree drag and drop

If i wanna make b:tree nodes draggable, what should be in the b:destination tag? e.g. if its a row b:destination="tr"