我希望在涉及分页时更改我的CList视图提供的数据的HTML。
它显示:
Displaying 1-3 of 5 results.
在分页的顶部。我不想在顶部显示该消息。我该怎么做才能删除它?
前:
答案 0 :(得分:2)
这是summaryText属性 http://www.yiiframework.com/doc/api/1.1/CBaseListView#summaryText-detail
在模板详细信息中隐藏它们
'template'=>'{items} {pager}'
默认:http://www.yiiframework.com/doc/api/1.1/CBaseListView#template-detail