[Extension] Yii Tagcloud [Canvas]

Hi all,

   This is the first extension post by me here.

yiiTagCloud [Canvas] is a Yii Framework extension of jQuery TagCanvas by Goat 1000.

Installation and Usage:

##Installation

  • Extract ‘yiiTagCanvas’ folder to protected/extensions/yiiTagCanvas.

##Usage




$this->widget('ext.yiiTagCanvas.YiiTagCanvas', array(

		'items'=>array(

				array(

						'tagName'=>'Google',

						'dataWeight'=>30,

						'fontSize'=>'30px',

						'tagUrl'=>'tag Url',

						'tooltipTitle'=>'Google',

						'image'=>array('imagePath'=>'path to your image',

								'height'=>'128px',

								'width'=>'128px'

						),

				),


				array(

						'tagName'=>'Facebook',

						'dataWeight'=>20,

						'fontSize'=>'20px',

						'tagUrl'=>'tag Url',

						'tooltipTitle'=>'Facebook',

						'image'=>array('imagePath'=>'path to your image',

								'height'=>'128x',

								'width'=>'128px'

						),

				),




		),


		'canvasOptions' => array(

				'initial' => array(0.1,-0.1),

				'textFont' => null,

				'textColour' => null,

				'outlineColour'=>'#888888',

				'tooltip'=> 'div',

				'tooltipDelay'=>100,

				'maxSpeed' => 0.05,

				'interval' => 20,

				'reverse' => true,

				'depth' => 0.8,

				'shape' => 'sphere',

				'weight' => true,

				'weightMode' => 'both',

				'weightFrom'=>'data-weight',

				'weightSize' => 1.0,

				'weightGradient' => array('0' => '#00f', '0.5' => '#0ff', '1' => '#00f'),

		),


));

##Resources

Please see the README inside the zip for more instructions on options and live demo.

Feel free to download this extension, and please report any bugs you find.

Also, I’ll update the extension as I can.

Enhancements and suggestions are welcomed.