client/test/test-writable-bins-div-100.html
changeset 264 cc1b3aa8cada
parent 260 711b7920fba1
child 266 19f87d783168
--- a/client/test/test-writable-bins-div-100.html	Thu Feb 13 17:23:25 2014 +0100
+++ b/client/test/test-writable-bins-div-100.html	Fri Feb 14 12:40:52 2014 +0100
@@ -63,7 +63,11 @@
 				    ],
 				    /*property_files: [ "data/properties.json" ],
 				       node_fill_color: false*/
-				    language: "fr"
+				    language: "fr",
+				    drop_enhancer: function(newNode, _data){
+				    	newNode.title = "Prefix : " + newNode.title;
+				    	return newNode;
+				    }
 				});
 				Rkns.jsonIO(_renkan, {
 				    url: "../data/simple-persist.php"