Personal tools

User:Hisa/cytoscape test: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 1: Line 1:
<html>  
<html>  
        <style>
            /* The Cytoscape Web container must have its dimensions set. */
            html, body { height: 100%; width: 100%; padding: 0; margin: 0; }
            #cytoscapeweb { width: 100%; height: 100%; }
        </style>


         <div id="cytoscapeweb">
         <div id="cytoscapeweb">
Line 31: Line 39:
                 var options = {
                 var options = {
                     // where you have the Cytoscape Web SWF
                     // where you have the Cytoscape Web SWF
                     swfPath: "/resource_browser/rb_js/cytoscapeweb/swf",
                     swfPath: "/resource_browser/rb_js/cytoscapeweb/swf/CytoscapeWeb",
                     // where you have the Flash installer SWF
                     // where you have the Flash installer SWF
                     flashInstallerPath: "/resource_browser/rb_js/cytoscapeweb/swf"
                     flashInstallerPath: "/resource_browser/rb_js/cytoscapeweb/swf/playerProductInstall"
                 };
                 };
                  
                  

Revision as of 17:45, 19 April 2012

Cytoscape Web will replace the contents of this div with your graph.