Ext JS - Learning Center

Extension:TagCloud

From Learn About the Ext JavaScript Library

Jump to: navigation, search
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

Image:TagCloud.png

  • This page was last modified on 26 July 2007, at 16:09.
  • This page has been accessed 9,267 times.