Control attributes order for freemind serialization.

This commit is contained in:
Paulo Gustavo Veiga
2012-12-01 16:25:37 -03:00
parent f4f97d3112
commit 6c1188314b
40 changed files with 1812 additions and 1612 deletions

View File

@@ -78,7 +78,7 @@ The following code is an example of how to add attach to the div dragImageNode t
designer.addDraggedNode(event, node);
});
In the example, a new node is created with text "Node Text !!!!" and a note and a link associated to it when the user drop the node. Something to pay attention is the node.setMetadata("{}"), this attributes will be persisted during the serialization. Here you can store all the data you need.
In the example, a new node is created with text "Node Text !!!!" and a note and a link associated to it when the user drop the node. Something to pay attention is the node.setMetadata("{}"), this delegated will be persisted during the serialization. Here you can store all the data you need.
2) Support for dragging Images: Similar to the point 1,drag support is registered to the div dragImageNode.