yiitagcloud Simple Yii Framework tag cloud extension

  1. Requirements
  2. Installation
  3. Usage
  4. Resources

Simple Yii Framework Tag Cloud Extension.

Requirements

Yii 1.1 or above

Installation

  • Extract 'YiiTagCloud' folder to protected/extensions/YiiTagCloud.

Usage

$this->widget('application.extensions.YiiTagCloud.YiiTagCloud', 
            array(
                'beginColor' => '00089A',
                'endColor' => 'A3AEFF',
                'minFontSize' => 8,
                'maxFontSize' => 20,
                'arrTags' => array (
                        'MVC'     => array('weight'=> 2),
                        'PHP'     => array('weight'=> 9, 'url' => 'http://php.net'),
                        'MySQL'   => array('weight'=> 8, 'url' => 'http://mysql.com'),
                        'jQuery'  => array('weight'=> 6, 'url' => 'http://jquery.com'),
                        'SQL'     => array('weight'=> 9),
                        'C#'      => array('weight'=> 2),
                ),
          )
);

Resources

5 0
13 followers
496 downloads
Yii Version: Unknown
License: BSD-2-Clause
Category: User Interface
Developed by: EvandroSwk
Created on: May 22, 2013
Last updated: 10 years ago

Downloads

show all

Related Extensions