2017 © Pedro Peláez
 

yii2-extension yii2-bootstrap-confirmation

Bootstrap plugin for on-place confirm boxes using Popover for Yii2

image

uran1980/yii2-bootstrap-confirmation

Bootstrap plugin for on-place confirm boxes using Popover for Yii2

  • Saturday, March 7, 2015
  • by uran1980
  • Repository
  • 2 Watchers
  • 7 Stars
  • 8,464 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 4 Versions
  • 11 % Grown

The README.md

Yii2 Boostrtap Confirmation

Based on BootstrapConfirmation., (*1)

What is Bootstrap Confirmation?

Bootstrap Confirmation - is Bootstrap plugin for on-place confirm boxes using Popover., (*2)

sshot-1, (*3)

Installation

Composer

The preferred way to install this extension is through Composer., (*4)

Either run, (*5)

php composer.phar require uran1980/yii2-bootstrap-confirmation "dev-master"

or add, (*6)

"uran1980/yii2-bootstrap-confirmation": "dev-master"

to the require section of your composer.json, (*7)

Usage

To use this component add dependency to you project asset bundle. For example in ...\frontend\assets\AppAsset.php file add to dependency:, (*8)

<?php

namespace frontend\assets;

class AppAsset extends \yii\web\AssetBundle
{
    ...
    public $depends = [
        ...
        'uran1980\yii\bootstrapConfirmation\BootstrapConfirmationAsset',
    ];
}

That's it. In the View add button like this:, (*9)

<button class="btn btn-default" data-toggle="confirmation">Confirmation</button>

For more info see Bootstrap Confirmation main project page., (*10)

Author

Ivan Yakovlev, e-mail: uran1980@gmail.com, (*11)

The Versions

07/03 2015

dev-master

9999999-dev https://github.com/uran1980/yii2-bootstrap-confirmation

Bootstrap plugin for on-place confirm boxes using Popover for Yii2

  Sources   Download

MIT

The Requires

 

yii2 bootstrap confirmation

07/03 2015

0.0.1

0.0.1.0 https://github.com/uran1980/yii2-bootstrap-confirmation

Bootstrap plugin for on-place confirm boxes using Popover for Yii2

  Sources   Download

MIT

The Requires

 

yii2 bootstrap confirmation

07/03 2015

0.0.2

0.0.2.0 https://github.com/uran1980/yii2-bootstrap-confirmation

Bootstrap plugin for on-place confirm boxes using Popover for Yii2

  Sources   Download

MIT

The Requires

 

yii2 bootstrap confirmation

07/03 2015

0.0.3

0.0.3.0 https://github.com/uran1980/yii2-bootstrap-confirmation

Bootstrap plugin for on-place confirm boxes using Popover for Yii2

  Sources   Download

MIT

The Requires

 

yii2 bootstrap confirmation