You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A widget component for Yii Framework 2.0 to easily configure and initialize popup notification dialog boxes. It provides a polyfill for the native javascript alert, confirm, and prompt dialog boxes. It includes inbuilt support for rendering rich dialog boxes via [bootstrap3-dialog](http://nakupanda.github.io/bootstrap3-dialog/) which makes using Bootstrap's modal more monkey-friendly. The key features provided by the library are:
21
+
A widget component for Yii Framework 2.0 to easily configure and initialize popup notification dialog boxes. It provides a polyfill for
22
+
the native javascript alert, confirm, and prompt dialog boxes. It includes inbuilt support for rendering rich dialog boxes via a customized
23
+
plugin by Krajee based on and enhanced from [bootstrap3-dialog](http://nakupanda.github.io/bootstrap3-dialog/). This plugin makes using Bootstrap's
24
+
modal more monkey-friendly. The Krajee enhancements also includes enhanced support for Bootstrap 5.x, 4.x and 3.x. The key features provided by
25
+
the library are:
22
26
23
27
- Control how you want to render JAVASCRIPT dialogs. Inbuilt quick support for following dialog types:
24
28
- ALERT dialog
@@ -38,7 +42,7 @@ Refer this [git workflow for contributors](.github/GIT-WORKFLOW.md).
38
42
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
39
43
40
44
### Pre-requisites
41
-
> Note: Check the [composer.json](https://github.com/kartik-v/yii2-dropdown-x/blob/master/composer.json) for this extension's requirements and dependencies.
45
+
> Note: Check the [composer.json](https://github.com/kartik-v/yii2-dialog/blob/master/composer.json) for this extension's requirements and dependencies.
42
46
You must set the `minimum-stability` to `dev` in the **composer.json** file in your application root folder before installation of this extension OR
43
47
if your `minimum-stability` is set to any other value other than `dev`, then set the following in the require section of your composer.json file
0 commit comments