Difference between revisions of "Wgraph:Demo href"
From FollowTheScore
(New page: * The hyperlink which is attached to the node can only be clicked in the SVG version {{#wgraph:svg|thumb=60|wgl| node 'Dpldemo Homepage' { href Main_Page } node 'Another Node' { ...) |
|||
Line 1: | Line 1: | ||
− | * | + | * Hyperlinks attached to nodes only work in SVG format. |
− | {{#wgraph:svg|thumb=60|wgl| | + | * Click on the graph to display the SVG format. |
− | node 'Dpldemo Homepage' { href Main_Page | + | * Then click on a node. |
− | node ' | + | |
+ | {{#wgraph:svg|thumb=60|wgl|gdl| | ||
+ | node 'Dpldemo Homepage' { href "Main Page" } | ||
+ | node 'Dpldemo Homepage (2)' { href Main_Page } | ||
+ | node 'dpldemo at google' { href "http://www.google.com/search?q=dpldemo" } | ||
}} | }} |
Latest revision as of 10:39, 12 October 2007
- Hyperlinks attached to nodes only work in SVG format.
- Click on the graph to display the SVG format.
- Then click on a node.
{{#wgraph:svg|thumb=60|wgl|gdl|
node 'Dpldemo Homepage' { href "Main Page" } node 'Dpldemo Homepage (2)' { href Main_Page } node 'dpldemo at google' { href "http://www.google.com/search?q=dpldemo" }
}}