Extension:TagCloud (Legacy)
This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.
From Sencha - Learn
| 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 |
Description
This widget represents a tag cloud with support for remote loading and tag selection event handling.
See the demo for the latest source.
Usage
Ext.onReady(function() { var cloud = new Ext.ux.TagCloud({ store: ds, displayField: 'tag', weightField: 'count', loadMask: true, displayWeight: true }); cloud.render('cloud'); });
Changelog
v0.1a Ryan's initial design
Screenshots
This page was last modified on 26 July 2007, at 16:09.
This page has been accessed 15,757 times.

