Skip to content

1.0.10 Release

Compare
Choose a tag to compare
@ihorchepurnyi ihorchepurnyi released this 01 Jul 11:20
· 120 commits to master since this release

Date: Friday, July 1, 2016

  1. 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
 ]); ?>