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