bootbox 4.2.0
See the version list below for details.
dotnet add package bootbox --version 4.2.0
NuGet\Install-Package bootbox -Version 4.2.0
<PackageReference Include="bootbox" Version="4.2.0" />
paket add bootbox --version 4.2.0
#r "nuget: bootbox, 4.2.0"
// Install bootbox as a Cake Addin #addin nuget:?package=bootbox&version=4.2.0 // Install bootbox as a Cake Tool #tool nuget:?package=bootbox&version=4.2.0
IMPORTANT!
All versions of Bootbox stand on the shoulders of two great giants: Twitter’s Bootstrap framework and jQuery. The exact version of Bootstrap depends on the version of Bootbox you’re using. (for detailed dependeciey chart: http://bootboxjs.com/#dependencies)
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.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Release: 4.2.0
Version 4.x requires Bootstrap v3 (for detailed dependeciey chart: http://bootboxjs.com/#dependencies)
- Add Swedish locale
- Add Latvian locale
- Add Turkish locale
- Add Hebrew locale
- Add password input type
- Add textarea input type
- Add date input type
- Add time input type
- Add number input type
- Support DOM selectors for container argument
- UMD support
- Better support on mobile devices