antonmarin/yii2-bootstrap-prompts

Yii2 asset for http://weisjohn.github.io/bootstrap-simple-prompts/


Keywords
bootstrap, alerts, yii2, dialogs, prompts
License
GPL-3.0+

Documentation

yii2-bootstrap-prompts

Don't use it! There no support for.

Converts default browser prompts (alert() and confirm()) to bootstrap dialogs. Yii2 asset for http://weisjohn.github.io/bootstrap-simple-prompts/ Requires Bootstrap 3.0+ and jQuery

Latest Stable Version Latest Unstable Version Total Downloads

Installation

  1. Install composer asset plugin composer global require "fxp/composer-asset-plugin:^1.1.1"
  2. Install through composer composer require antonmarin/yii2-bootstrap-prompts

Usage

To use just register asset at view or layout \antonmarin\BootstrapPromptsAsset::register($this);

Beware that confirm() doesn't return value any more.