Wiki

Clone wiki

yii2-bootstrap-dialog / Home

Yii2 Bootstrap3 Dialog Wrapper

Latest Stable Version Total Downloads Latest Unstable Version License

Bootstrap3 Dialog give another level to create Bootstrap modal become flexible. It's write on javascript, and I don't know much about it. So I made some wrapper to call this modal with Yii2 framework. IMHO, rather than create .php file and create javascript on it, you can do a lot of trick with Yii2 feature to create Bootstrap's Modal more efficient.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require "mdscomp/yii2-bootstrap-dialog" "dev-master"

or add

"mdscomp/yii2-bootstrap-dialog": "dev-master"

to the require section of your composer.json file.

Usage

Usage Wiki

Other Text

I'm so sorry for this unpretty code. I'm just newbie. I create this to make me comfort to call dialog from Yii2 and because I don't want to write too long and repeated same code. I'm sure there is bug or error, and I'm happy to receive your feedback, just create issues or send me email, and we will talk about it. :)

And ... I'm sorry for my bad english. Not my mother language >.<

Updated