Browse Source

doc note about forms in pjax, fixes #2214

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
64c238a2d9
  1. 3
      framework/widgets/Pjax.php

3
framework/widgets/Pjax.php

@ -35,6 +35,9 @@ use yii\web\Response;
* By default, Pjax enables [[enablePushState|push state]], which means the browser's current URL will * By default, Pjax enables [[enablePushState|push state]], which means the browser's current URL will
* be updated when an AJAX request is made by Pjax. * be updated when an AJAX request is made by Pjax.
* *
* Pjax can also be used for submitting forms, check the
* [pjax documentation](https://github.com/defunkt/jquery-pjax#pjaxsubmit) for it.
*
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */

Loading…
Cancel
Save