如何动态编辑节点的父节点

时间:2017-08-02 11:53:00

标签: cytoscape.js

我尝试动态编辑节点父节点时我无法

例如我做:

     ChannelFactory<ServiceReference2.MnfGetFlowVehInfoPortTypeChannel> typeChannel = new ChannelFactory<ServiceReference2.MnfGetFlowVehInfoPortTypeChannel>(new WebHttpBinding(WebHttpSecurityMode.None), new EndpointAddress(uriAdress)); 
        typeChannel.Endpoint.EndpointBehaviors.Add(new XmlRpcEndpointBehavior());

它不起作用,请注意它将添加foo属性但不添加父属性。如果我尝试更改Id属性也是如此。 如何将父属性添加/编辑到节点?

1 个答案:

答案 0 :(得分:2)

      node.move({parent: 'new name'});