-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
1,295 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
knockout.validation/knockout.validation_2.0.0-pre.3/CHANGES.htm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<ol> | ||
<li> | ||
<b>2.0.0-pre.3 - <em>October, 2013</em></b> | ||
<ul> | ||
<li>Requires Knockout 3</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<b>1.0.2 - <em>October 30, 2012</em></b> | ||
<ul> | ||
<li>Support for Knockout 2.2</li> | ||
</ul> | ||
</li> | ||
</ol> |
1 change: 1 addition & 0 deletions
1
knockout.validation/knockout.validation_2.0.0-pre.3/LICENSE.htm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<p>Licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a></p> |
39 changes: 39 additions & 0 deletions
39
knockout.validation/knockout.validation_2.0.0-pre.3/knockout.validation.dnn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<dotnetnuke type="Package" version="5.0"> | ||
<packages> | ||
<package name="knockout.validation" type="JavaScript_Library" version="2.0.0"> | ||
<friendlyName>Knockout Validation</friendlyName> | ||
<description>A Validation Library plugin for KnockoutJS. An extensible and pluggable framework for performing model-based Form and UI validation.</description> | ||
<owner> | ||
<name>Engage Software</name> | ||
<organization>Engage Software</organization> | ||
<url>http://www.engagesoftware.com</url> | ||
<email>[email protected]</email> | ||
</owner> | ||
<license src="LICENSE.htm" /> | ||
<releaseNotes src="CHANGES.htm" /> | ||
<azureCompatible>true</azureCompatible> | ||
<dependencies> | ||
<dependency type="managedPackage" version="3.0.0">Knockout</dependency> | ||
</dependencies> | ||
<components> | ||
<component type="JavaScript_Library"> | ||
<javaScriptLibrary> | ||
<libraryName>knockout.validation</libraryName> | ||
<fileName>knockout.validation.js</fileName> | ||
<objectName>ko.validation</objectName> | ||
<cdnUrl>https://cdn.jsdelivr.net/knockout.validation/2.0.0-pre.3/knockout.validation.min.js</cdnUrl> | ||
<preferredScriptLocation>BodyBottom</preferredScriptLocation> | ||
</javaScriptLibrary> | ||
</component> | ||
<component type="JavaScriptFile"> | ||
<jsfiles> | ||
<libraryFolderName>knockout.validation</libraryFolderName> | ||
<jsfile> | ||
<name>knockout.validation.js</name> | ||
</jsfile> | ||
</jsfiles> | ||
</component> | ||
</components> | ||
</package> | ||
</packages> | ||
</dotnetnuke> |
Oops, something went wrong.