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?
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.
b:tree drag and drop
31 March, 2006 - 17:13 — AnonymousHi 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
9 April, 2006 - 14:50 — AnonymousIf i wanna make b:tree nodes draggable, what should be in the b:destination tag? e.g. if its a row b:destination="tr"