mirror of
https://github.com/itflow-org/itflow
synced 2026-09-22 22:51:17 +00:00
added input masks
This commit is contained in:
12
vendor/Inputmask/nuspecs/Readme.txt
vendored
Normal file
12
vendor/Inputmask/nuspecs/Readme.txt
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
## .NET Nuget Package Install
|
||||
|
||||
PM> Install-Package InputMask
|
||||
|
||||
In App_Start, BundleConfig.cs
|
||||
|
||||
bundles.Add(new ScriptBundle("~/bundles/inputmask").Include(
|
||||
"~/Scripts/inputmask/jquery.inputmask.js"));
|
||||
|
||||
In Layout
|
||||
|
||||
@Scripts.Render("~/bundles/inputmask")
|
||||
Reference in New Issue
Block a user