PHPackages                             sem-soft/yii2-ajax-confirm - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sem-soft/yii2-ajax-confirm

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sem-soft/yii2-ajax-confirm
==========================

Submit button widget with ajax asking for confirm displaying

1.0(7y ago)0854BSD-3-ClausePHPPHP &gt;=5.4.0

Since Nov 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sem-soft/yii2-ajax-confirm)[ Packagist](https://packagist.org/packages/sem-soft/yii2-ajax-confirm)[ RSS](/packages/sem-soft-yii2-ajax-confirm/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Submit button widget with ajax asking for confirm displaying
============================================================

[](#submit-button-widget-with-ajax-asking-for-confirm-displaying)

Install by composer
-------------------

[](#install-by-composer)

composer require sem-soft/yii2-ajax-confirm

Or add this code into require section of your composer.json and then call composer update in console
----------------------------------------------------------------------------------------------------

[](#or-add-this-code-into-require-section-of-your-composerjson-and-then-call-composer-update-in-console)

"sem-soft/yii2-ajax-confirm": "~1.0"

Description
-----------

[](#description)

Implements the logic of submit button widget with server-side confirmation message or without them. Used when additional data verification is required on the server side, and not just a standard confirmation of the action.

Basic usage
-----------

[](#basic-usage)

Example of configuration in view:

```

        ...
