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
<PackageReference Include="Bootbox.Bootstrap" Version="4.0.1.1" />
paket add Bootbox.Bootstrap --version 4.0.1.1
#r "nuget: Bootbox.Bootstrap, 4.0.1.1"
// Install Bootbox.Bootstrap as a Cake Addin #addin nuget:?package=Bootbox.Bootstrap&version=4.0.1.1 // Install Bootbox.Bootstrap as a Cake Tool #tool nuget:?package=Bootbox.Bootstrap&version=4.0.1.1
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.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.8.3)
- Twitter.Bootstrap (>= 3.0.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
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