DynamicModal 1.0.8
dotnet add package DynamicModal --version 1.0.8
NuGet\Install-Package DynamicModal -Version 1.0.8
<PackageReference Include="DynamicModal" Version="1.0.8" />
paket add DynamicModal --version 1.0.8
#r "nuget: DynamicModal, 1.0.8"
// Install DynamicModal as a Cake Addin #addin nuget:?package=DynamicModal&version=1.0.8 // Install DynamicModal as a Cake Tool #tool nuget:?package=DynamicModal&version=1.0.8
Dynamic Modal makes it easier to create popup modals in your web application. the modal will load a Partial View as ajax request and convert your forms submit methods to Ajax submit automatically, on load callback function can be passed as parameter, in addition to after submit callback function can be passed.
After submitting a form you can return a partial view that will partially replace the content of a placeholder id passed as parameter.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 2.2.1)
- jQuery.Validation (>= 1.17.0)
- Microsoft.jQuery.Unobtrusive.Ajax (>= 3.2.6)
- Microsoft.jQuery.Unobtrusive.Validation (>= 3.2.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
GUI enhancement, auto placement of buttons in the modal footer when having 'btn-dynamicmodal' as css class