在基于ajax的页面中Clistview ajax分页

时间:2014-09-24 10:35:29

标签: php ajax yii pagination clistview

我有一个 ajax网页,其中包含多个CListView 小部件,基于CListView ajax的分页工作正常但是当我用ajax重新加载整个页面然后我发送请求CListView第2页然后我看到1个请求 已中止 !!!并且每次在ajax整页请求中包含 clistview.js

在我的控制器中

$this->renderPartial('_inbox', $data, false, true);

在视图部分

$this->widget('zii.widgets.CListView', array(
 'dataProvider'=> $dataProviderArr_workflow_wise,
 'itemView'=>'_taskRow',
 'id' => 'someid_'.$someid['id'],
));

ajax页面刷新后我有了这个

中止请求

获取 http://localhost/app/controller/action/1?Tasks_page=2&ajax=workflows_1 已中止

获取 http://localhost/app/controller/action/1?Tasks_page=2&ajax=workflows_1 200确定

0 个答案:

没有答案