Author: maxfranz
Date: 2010-10-08 08:06:00 -0700 (Fri, 08 Oct 2010)
New Revision: 22189
Modified:
cytoscapeweb/trunk/website/src/php/content/tutorial.php
Log:
fixing dead links
Modified: cytoscapeweb/trunk/website/src/php/content/tutorial.php
===================================================================
--- cytoscapeweb/trunk/website/src/php/content/tutorial.php 2010-10-08
14:30:47 UTC (rev 22188)
+++ cytoscapeweb/trunk/website/src/php/content/tutorial.php 2010-10-08
15:06:00 UTC (rev 22189)
@@ -64,12 +64,12 @@
<p>The main thing to keep in mind is that you can not interact with most
of Cytoscape Web
until the graph is drawn. Thus, you can interact with Cytoscape Web by
using the
- <a href="/documentation/visualization#ready">ready</a> callback function,
which is called
+ <a href="/documentation/visualization#section/ready">ready</a> callback
function, which is called
when Cytoscape Web is finished drawing the graph.</p>
<p>This example interacts with Cytoscape Web by getting attributes values
that were set for the
nodes and edges in the graph. This is achieved by registering with the
- <a href="/documentation/visualization#addListener">addListener</a>
function for click events.</p>
+ <a href="/documentation/visualization#section/addListener">addListener</a>
function for click events.</p>
<?php print_code("file/example_code/interacting.html"); ?>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.