Skip to content

Commit

Permalink
Dev: Add afterAjaxUpdate to survey list
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 4, 2016
1 parent a93d420 commit 06fbd21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/admin/survey/listSurveys_view.php
Expand Up @@ -157,6 +157,7 @@
'htmlOptions'=>array('style'=>'cursor: pointer;', 'class'=>'hoverAction'),
'selectionChanged'=>"function(id){window.location='" . Yii::app()->urlManager->createUrl('admin/survey/sa/view/surveyid' ) . '/' . "' + $.fn.yiiGridView.getSelection(id.split(',', 1));}",
'ajaxUpdate' => true,
'afterAjaxUpdate' => 'doToolTip'
));
?>
</div>
Expand Down

0 comments on commit 06fbd21

Please sign in to comment.