Commit 73dff014 by Qiang Xue

doc improvement [skip ci]

parent e70817e8
......@@ -66,7 +66,9 @@ class Pjax extends Widget
*/
public $enableReplaceState = false;
/**
* @var integer pjax timeout setting (in milliseconds)
* @var integer pjax timeout setting (in milliseconds). This timeout is used when making AJAX requests.
* Use a bigger number if your server is slow. If the server does not respond within the timeout,
* a full page load will be triggered.
*/
public $timeout = 1000;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment