Cloud Menu Examples
Here are some examples of Cloud Menu with the configuration source files.
Example 1
<CloudMenu>
<style showBackground="false" scale="1.4" shadow="1" size="1"
textColor="#2323f5" lineColor="#e0e0e0">
<TextNode text="Click Me!" expanded="false">
<TextNode text="News" link="http://news.yahoo.com/" />
<TextNode text="Examples" link="examples.html" />
<TextNode text="Installing" link="installing.html" />
<TextNode text="Sub-menu">
<TextNode text="FAQ" link="faq.html" />
<TextNode text="Flash" link="http://www.adobe.com/" />
</TextNode>
</TextNode>
</style>
</CloudMenu>
<style showBackground="false" scale="1.4" shadow="1" size="1"
textColor="#2323f5" lineColor="#e0e0e0">
<TextNode text="Click Me!" expanded="false">
<TextNode text="News" link="http://news.yahoo.com/" />
<TextNode text="Examples" link="examples.html" />
<TextNode text="Installing" link="installing.html" />
<TextNode text="Sub-menu">
<TextNode text="FAQ" link="faq.html" />
<TextNode text="Flash" link="http://www.adobe.com/" />
</TextNode>
</TextNode>
</style>
</CloudMenu>
Example 2
<CloudMenu rotateSpeed="0.5">
<style size="1" fontSize="15" spacing="12" color="#ccccff"
mouseOverColor="#ffeeee" textColor="#0000ff"
shadow="2" padding="1" lineThickness="0.3"
rounding="0">
<SphereNode>
<TextNode text="Home" color="#ccffcc" mouseOverColor="#aa7777" />
<TextNode text="Examples" link="examples.html" />
<TextNode text="Installing" link="installing.html" />
<TextNode text="Sub-menu">
<TextNode text="FAQ" />
<TextNode text="Flash" link="http://www.adobe.com/" />
<TextNode text="Java" link="http://www.java.com/" />
</TextNode>
</SphereNode>
</style>
</CloudMenu>
<style size="1" fontSize="15" spacing="12" color="#ccccff"
mouseOverColor="#ffeeee" textColor="#0000ff"
shadow="2" padding="1" lineThickness="0.3"
rounding="0">
<SphereNode>
<TextNode text="Home" color="#ccffcc" mouseOverColor="#aa7777" />
<TextNode text="Examples" link="examples.html" />
<TextNode text="Installing" link="installing.html" />
<TextNode text="Sub-menu">
<TextNode text="FAQ" />
<TextNode text="Flash" link="http://www.adobe.com/" />
<TextNode text="Java" link="http://www.java.com/" />
</TextNode>
</SphereNode>
</style>
</CloudMenu>
Example 3
<CloudMenu rotateSpeed="0">
<style spacing="8" scale="1.3" shadows="0" lineColor="#8888ff"
fontSize="10" padding="0" effectsTime="12"
lineThickness="0.03">
<SphereNode>
<TextNode text="Flash" />
<style lineColor="#aaaa00" textColor="#0000aa" expanded="true"
font="Verdana" color="#aaffaa">
<TextNode text="Menu">
<TextNode text="Maps" />
<TextNode text="Shopping" />
<TextNode text="Jobs" />
<TextNode text="Link" frame="_blank" link="http://www.google.com/" />
</TextNode>
</style>
<TextNode text="Source" link="example3.xml" />
<TextNode text="Javascript" link="javascript:alert('Hello');" />
<TextNode text="FAQ" link="faq.html" />
<TextNode text="Contact" link="contact.php" />
</SphereNode>
</style>
</CloudMenu>
<style spacing="8" scale="1.3" shadows="0" lineColor="#8888ff"
fontSize="10" padding="0" effectsTime="12"
lineThickness="0.03">
<SphereNode>
<TextNode text="Flash" />
<style lineColor="#aaaa00" textColor="#0000aa" expanded="true"
font="Verdana" color="#aaffaa">
<TextNode text="Menu">
<TextNode text="Maps" />
<TextNode text="Shopping" />
<TextNode text="Jobs" />
<TextNode text="Link" frame="_blank" link="http://www.google.com/" />
</TextNode>
</style>
<TextNode text="Source" link="example3.xml" />
<TextNode text="Javascript" link="javascript:alert('Hello');" />
<TextNode text="FAQ" link="faq.html" />
<TextNode text="Contact" link="contact.php" />
</SphereNode>
</style>
</CloudMenu>