Categories | Question details Back To List | ||
DHTMLXTree, dataprocessor and UserData WhenI add a node to a tree using the insertNewChild function it triggers a call to my dataprocessor trigger function. How do I pass Userdata back from the server side dataprocessor call back to the client? Answer posted by Alex (support) on Aug 10, 2009 03:37 Hello, you can use the approach described in the article http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Dataprocesor_usage.html#io2c0 (it is actual for tree also): <data> dp.defineAction("insert",my_action) |