Personal tools

User:Hisa/cytoscape test: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
 
Line 9: Line 9:
         <div id="ont_tree" style="width:100%;height:600px" resize:both;>
         <div id="ont_tree" style="width:100%;height:600px" resize:both;>
             Cytoscape Web will replace the contents of this div with your graph.
             Cytoscape Web will replace the contents of this div with your graph.
        </div>
        <div id="info" style="width:100%;height:100px" resize:both;>
            <p>Click each element</p>
         </div>
         </div>


         <script type="text/javascript" src="/resource_browser/rb_js/cytoscapeweb/js/min/json2.min.js"></script>
         <script type="text/javascript" src="/resource_browser/rb_js/cytoscapeweb/js/min/json2.min.js"></script>
Line 81: Line 79:
                     panZoomControlVisible: false  
                     panZoomControlVisible: false  
                 };
                 };
//vis.layout({ name: 'Tree', options: { orientation : {'bottomToTop'} }});
 
                 vis.draw(draw_options);
                 vis.draw(draw_options);
             };
             };

Latest revision as of 13:52, 28 June 2012

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