i am new in yii and facing problem to adjust the html view of data using CListView any body can help me about it plz i have the following code here
$this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'pager'=>array(
'class'=>'LinkListPager',
'header'=>'',
'maxButtonCount'=>8,
'firstPageLabel'=>'<<',
'prevPageLabel'=>'<',
'nextPageLabel'=>'>',
'lastPageLabel'=>'>>',
),
'ajaxUpdate'=>true,
'enableSorting'=>true,
'itemView'=>'whatsnew_views/_view',
'sorterHeader'=>'',
'summaryText'=>'',
'cssFile'=>'false',
'sorterCssClass'=>'whatnewnavi',
'template'=>'{sorter}{items}{pager}',
'sortableAttributes'=>array(
'rand1' => 'Rising',
'view_count'=>'Most Viewed',
'rate_count'=>'Highest Rated',
'isfeatured'=>'Featured',
),
));
Page 1 of 1
CListView sorter issue
#2
Posted 21 April 2011 - 10:30 AM
Welcome,
This is not enough to check what is the real case.
Please upload a snapshot or describe your problem in details.
This is not enough to check what is the real case.
Please upload a snapshot or describe your problem in details.
#3
Posted 23 April 2011 - 04:58 AM
This is a CSS issue
use Inspect Element feature of the Google Chrome or Developer Tools in IE or Firebug in Firefox to investigate the margin or paddings.
use Inspect Element feature of the Google Chrome or Developer Tools in IE or Firebug in Firefox to investigate the margin or paddings.
Share this topic:
Page 1 of 1

Help












