Alberto Santini![]()
This module generates tag or keyword clouds from text on web pages and highlights matching parts once a keyword is clicked.
<script src="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2011.02.16-20-31'
}).use("gallery-tagcloud", function (Y) {
Y.on("domready", function () {
Y.one("#text").tagCloud("#myTagCloud", { sort: false });
Y.one("#text").tagCloud();
});
});
| Subject | Author | Date |
|---|---|---|
| Can you post a working example? | Andrew Wooldridge | 05/12/11 |
| Re: Can you post a working example? | Alberto Santini | 05/12/11 |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info