You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2010/07/21 23:53:36 UTC

svn commit: r966436 - /lenya/contributions/2_0_X/modules/tagcloud/README.txt

Author: andreas
Date: Wed Jul 21 21:53:35 2010
New Revision: 966436

URL: http://svn.apache.org/viewvc?rev=966436&view=rev
Log:
Add usage docu.

Modified:
    lenya/contributions/2_0_X/modules/tagcloud/README.txt

Modified: lenya/contributions/2_0_X/modules/tagcloud/README.txt
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/tagcloud/README.txt?rev=966436&r1=966435&r2=966436&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/tagcloud/README.txt (original)
+++ lenya/contributions/2_0_X/modules/tagcloud/README.txt Wed Jul 21 21:53:35 2010
@@ -28,4 +28,16 @@ Installation:
 
   http://localhost:8888/defaultfiredocs/authoring/index.html
   
-* You should see the tag cloud.
\ No newline at end of file
+* You should see the tag cloud.
+
+
+Usage:
+
+1. Include the JavaScript in the HTML head:
+
+   <script type="text/javascript" src="/modules/tagcloud/javascript/TagCloud.js"/>
+   
+2. Include the parameterized Dojo widget in the body:
+
+  <div dojoType="lenya.tagcloud.TagCloud" pub="'{$pub}'" area="'{$area}'" lang="'{$language}'"><xsl:comment/></div>
+  
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org