Download the PHP package pentajeu/yii-timeout-dialog without Composer
On this page you can find all versions of the php package pentajeu/yii-timeout-dialog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii-timeout-dialog
Timeout-dialog is a JQuery plugin that displays a timeout popover after a certain period of time. The timeout dialog should be used whenever you want to display to the user that the logged in session is about to expire. It creates a light box with a countdown and options to stay signed in or sign out.
Requirements
Yii 1.1.x, jQuery.ui core script
Usage
In your layout view:
[php]
In your SiteController:
[php]
/**
* Keep the session alive, called by timeout-dialog.
*/
public function actionKeepAlive()
{
echo 'OK';
Yii::app()->end();
}
Resources
Credit
timeout-dialog.js was developed by rigoneri.
Version History
- 1.2 — 2013-02-27
- Fix for Yii 1.1.13 jQuery UI update.
- 1.1 — 2012-08-03
- Make the widget inherit from CJuiWidget class for better integration.
- Fixes and updates to CSS.
- 1.0 — 2012-07-05
- Initial release.
All versions of yii-timeout-dialog with dependencies
PHP Build Version
Package Version
No informations.
The package pentajeu/yii-timeout-dialog contains the following files
Loading the files please wait ....