pgmpy / pgmpy_viz

A web based GUI for pgmpy
MIT License
13 stars 20 forks source link

Creating table on Double click #28

Closed e55k4y closed 10 years ago

e55k4y commented 10 years ago

@ankurankan , @gargshashank5 As you suggested, the probability data table needs to be created on double clicking the node. But as the 'click' event handler is bound to the cytoscape html document and the nodes in the currently developed code, it's not possible to bind 'dblclick' event handler within the same function. I think there might be two solutions for this: 1) Create table on single click of the nodes. 2) Create a separate handler for dblclick event.