How We Add TreeView In Static Page

Hello Guys,

       I'm Trying to add treeview structure for my menu, how would i do tht plz help?. Thank You.





      <?php


	


		$this->widget('CTreeView',array(


		'id'=>'menu-treeview',


		'data'=>array('Bank Voucher','Cash Voucher'),


		'control'=>'#treecontrol',


		'animated'=>'fast',


		'collapsed'=>true,


		'htmlOptions'=>array(


			'class'=>'filetree'


			)


		)); 


	?>

help yourself

http://www.yiiframework.com/doc/api/1.1/CTreeView

http://www.yiiframework.com/extensions/?tag=tree

http://www.yiiframework.com/extensions/?tag=treeview