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/22 01:01:55 UTC

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

Author: andreas
Date: Wed Jul 21 23:01:54 2010
New Revision: 966457

URL: http://svn.apache.org/viewvc?rev=966457&view=rev
Log:
Updated 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=966457&r1=966456&r2=966457&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/tagcloud/README.txt (original)
+++ lenya/contributions/2_0_X/modules/tagcloud/README.txt Wed Jul 21 23:01:54 2010
@@ -33,8 +33,11 @@ Installation:
 
 Usage:
 
-1. Include the JavaScript in the HTML head:
+1. Include the JavaScript for Lenya, Dojo and the tag cloud module in the HTML head:
 
+   <i:include src="cocoon://modules/javascript/head.xml" strip-root="true"/>
+   <script type="text/javascript" src="/modules/dojo/dojo/dojo.js"
+           djConfig="parseOnLoad: true, bindEncoding: 'utf-8', locale: '{$language}'"/>
    <script type="text/javascript" src="/modules/tagcloud/javascript/TagCloud.js"/>
    
 2. Include the parameterized Dojo widget in the body:



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