module salix::cytoscape::Cytoscape
rascal-0.40.17
salix-contrib-0.2.7
Usage
import salix::cytoscape::Cytoscape;
Source code
http://github.com/usethesource/salix-contrib/src/main/rascal/salix/cytoscape/Cytoscape.rsc
Dependencies
import salix::App;
import salix::HTML;
import salix::Node;
import salix::Core;
import salix::Index;
import lang::json::IO;
function onNodeClick
Attr onNodeClick(Msg(str) f)
function initCode
str initCode(str key)
function cyto
void cyto(str name, rel[str, str] graph, Attr event=null(), str width="200px", str height="200px", str \layout="random")