Bootbox.JS
6.0.0
dotnet add package Bootbox.JS --version 6.0.0
NuGet\Install-Package Bootbox.JS -Version 6.0.0
<PackageReference Include="Bootbox.JS" Version="6.0.0" />
<PackageVersion Include="Bootbox.JS" Version="6.0.0" />
<PackageReference Include="Bootbox.JS" />
paket add Bootbox.JS --version 6.0.0
#r "nuget: Bootbox.JS, 6.0.0"
#:package Bootbox.JS@6.0.0
#addin nuget:?package=Bootbox.JS&version=6.0.0
#tool nuget:?package=Bootbox.JS&version=6.0.0
Bootbox - Bootstrap powered alert, confirm and flexible dialog boxes
Please see http://bootboxjs.com for full usage instructions, or head over to http://paynedigital.com/bootbox for the original writeup about the project.
Contact
The easiest thing is to find me on twitter @makeusabrew.
Contributing
Please see the CONTRIBUTING file for guidelines.
Running Tests
Tests are run using Karma using the Mocha test adapter. To run the tests yourself, simply run
npm install
within the project followed by
npm test
When submitting pull requests, ensure your tests pass. Pull-requests with failing tests will be rejected. See the CONTRIBUTING file for more information.
A note on Bootstrap dependencies
Bootbox 6.0.0 is the first release to support Bootstrap 5.0.0.
Bootbox 5.0.0 is the first release to support Bootstrap 4.0.0.
Bootbox 4.0.0 is the first release to support Bootstrap 3.0.0.
Bootbox 3.3.0 is the last release to support Bootstrap 2.2.x.
Much more dependency information can be found on the Bootbox website.
6.0.0 (Latest Release)
- Removes various IE polyfills
- Replaces
varwithlet - JSDoc cleanup
- Adds code to handle cases when click starts on the modal body and ends on the backdrop and
backdropis set totrue bootbox.locale.jsandbootbox.all.jsare now generated files and will be found in the/distdirectory- Simplify locale file structure
- Changed a few locale identifiers to match IANA specifications:
bg_BG→bg-BGpt-br→pt-BRzh_CN→zh-CNzh_TW→zh-CW
For a full list of releases and changes please see the changelog.
License
(The MIT License)
Copyright (C) 2011-2023 by Nick Payne nick@kurai.co.uk
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.12.4)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Bootbox.JS:
| Package | Downloads |
|---|---|
|
dotnetreport.aspx
Dotnet Report is a powerful .NET Embedded Analytics and Reporting Solution for ASP.NET MVC or Web Forms applications. Easily add drag-and-drop report building, ad-hoc reporting, interactive dashboards, and data visualization to your web app — no extra servers or third-party dependencies required. Key Features: - Ad-hoc Report Builder: Let end-users create, filter, and export custom reports without developer involvement - Interactive Dashboards: Build real-time, drill-down dashboards with charts, graphs, and KPI widgets - SQL Query Builder: Visual query designer works with any SQL Server, PostgreSQL, or MySQL database - Seamless ASP.NET Integration: Drop-in NuGet package compatible with all .NET versions - Role-Based Access Control: Secure reports and dashboards per user or group - Export & Scheduling: Export to PDF, Excel, and CSV; schedule automated report delivery via email - Fully Customizable UI: White-label ready with theming support to match your application's design Ideal for SaaS platforms, enterprise applications, and any .NET developer who needs to embed self-service reporting and analytics for their users. |
|
|
dotnetreport.mvc
Dotnet Report is a powerful .NET Embedded Analytics and Reporting Solution for ASP.NET Core and MVC applications. Easily add drag-and-drop report building, ad-hoc reporting, interactive dashboards, and data visualization to your web app — no extra servers or third-party dependencies required. Key Features: - Ad-hoc Report Builder: Let end-users create, filter, and export custom reports without developer involvement - Interactive Dashboards: Build real-time, drill-down dashboards with charts, graphs, and KPI widgets - SQL Query Builder: Visual query designer works with any SQL Server, PostgreSQL, or MySQL database - Seamless ASP.NET Integration: Drop-in NuGet package compatible with .NET 6, .NET 7, .NET 8, and .NET Core - Role-Based Access Control: Secure reports and dashboards per user or group - Export & Scheduling: Export to PDF, Excel, and CSV; schedule automated report delivery via email - Fully Customizable UI: White-label ready with theming support to match your application's design Ideal for SaaS platforms, enterprise applications, and any .NET developer who needs to embed self-service reporting and analytics for their users. |
|
|
dotNetReport.mvc.npgsql
.Net Ad Hoc Report Builder and Embedded Analytics for MVC that allows programmers to easily add Report building functionality to their ASP .NET Web Application |
|
|
dotNetReport.mvc.mysql
.Net Ad Hoc Report Builder and Embedded Analytics for MVC that allows programmers to easily add Report building functionality to their ASP .NET Web Application |
GitHub repositories
This package is not used by any popular GitHub repositories.
This package omits the Bootstrap package dependency to allow for custom Bootstrap builds.
- Adds Bootstrap 5 support. Note: jQuery is still required
- Removes various IE polyfills
- Replaces var with let
- Normalizes locale strings to IANA standard format (see CHANGLOG).
- bg_BG -> bg-BG
- pt-br -> pt-BR
- zh_CN -> zh-CN
- zh_TW -> zh-CW