window.name = 'demo.getAllEdgeAttributes'
cw = new.CytoscapeWindow (window.name, graph=makeSimpleGraph ())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw)
# get all attributes for all edges
tbl.noa = getAllEdgeAttributes (cw, onlySelectedEdges=FALSE)
Run the code above in your browser using DataLab