Bootbox.Bootstrap 4.0.1.1

dotnet add package Bootbox.Bootstrap --version 4.0.1.1
                    
NuGet\Install-Package Bootbox.Bootstrap -Version 4.0.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bootbox.Bootstrap" Version="4.0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bootbox.Bootstrap" Version="4.0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Bootbox.Bootstrap" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bootbox.Bootstrap --version 4.0.1.1
                    
#r "nuget: Bootbox.Bootstrap, 4.0.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Bootbox.Bootstrap&version=4.0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Bootbox.Bootstrap&version=4.0.1.1
                    
Install as a Cake Tool

Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Twitter’s Bootstrap modals, without having to worry about creating, managing or removing any of the required DOM elements or JS event handlers.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.1.1 2,747 9/10/2013
4.0.1 67 9/10/2013

Bootstrap 3.0.0 compatibility
Complete rewrite (and new public API)
Use strict mode
Add close buttons to wrapper methods (GH-92)
Allow dialog titles to be specified (GH-51, GH-112)
Allow optional extra class on dialog wrapper (GH-116)
Fix backdrop: true not firing close handler (GH-77)
Replace various configuration methods with one setDefaults