Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all,I would like to create a node. If I click or select the node, there will be a message in the console.Here are my codes.
nx.define('MyExtendNode', nx.graphic.Topology.Node, {
view: function(view) {
view.content[2].events.clickNode ...
Hi all,I have created a topology with some nodes.I would like to get node id when I click the node.// while topology is generated, I add selectNode event handler to each nodetopo.on('topologyGenerated', function(sender, event) { topo.eachNode(func...