| Summary: A simple Tag Cloud which allows loading from an Ext Store |
| Author: Ryan Petrello |
| Published: July 26, 2007 |
| Version: 0.1a |
| Ext Version: 1.1 |
| License: |
| Demo Link: View Demo |
| Forum Post: View Post |
Contents |
DescriptionThis widget represents a tag cloud with support for remote loading and tag selection event handling.
See the demo for the latest source.
UsageExt.onReady(function() { var cloud = new Ext.ux.TagCloud({ store: ds, displayField: 'tag', weightField: 'count', loadMask: true, displayWeight: true }); cloud.render('cloud'); });
Changelogv0.1a Ryan's initial design
Screenshots