1.0.10 Release
Date: Friday, July 1, 2016
- make the
pjaxContainerId
property as public
Usage example:
<?php echo \yii2mod\comments\widgets\Comment::widget([
'model' => $user,
'formId' => 'comment-form-' . $user->id,
'pjaxContainerId' => 'comment-pjax-container-' . $user->id
]); ?>