Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

nenadg/extjs-tag-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

extjs-tag-cloud

Credits for the work to people @ https://xp-dev.com/trac/catalog/browser/catalog/CompaniesModule/web-app/js/extjs/ux/Ext.ux.TagCloud.js I've just modified constructor to accept store as array of tags.

usage

Just add something like this to your constructor tree:

  {
   xtype: 'tagcloud',
   store: ['education','financial', 'computer', 'application', 'online education', 'degree', 'college', 'capture', 'school', 'online degree', 'online', 'private education', 'education', 'education','education', 'education','education', 'education', 'financial', 'financial', 'financial', 'financial', 'computer', 'online', 'online', 'online', 'education'],
   listeners: {
     tagselect: function(tagcloud, record){
       // whatever
     }
   }
  }

About

Ext JS tag cloud component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published