Skip to content

Commit 92fd79d

Browse files
committed
Add select2
Fixes #27
1 parent 4de3ad9 commit 92fd79d

File tree

5 files changed

+56
-0
lines changed

5 files changed

+56
-0
lines changed

select2_4.0.3/CHANGES.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>See the <a href="https://github.com/select2/select2/releases">Select2 release notes</a></p>

select2_4.0.3/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>Select2 is licensed under the <a href="https://github.com/select2/select2/blob/4.0.3/LICENSE.md">MIT License</a>.</p>

select2_4.0.3/Resources.zip

4.38 KB
Binary file not shown.

select2_4.0.3/select2.dnn

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="select2" type="JavaScript_Library" version="4.0.3">
4+
<friendlyName>Select2</friendlyName>
5+
<description><![CDATA[<p>Select2 is a jQuery-based replacement for select boxes. It supports searching,
6+
remote data sets, and pagination of results.</p>
7+
8+
<p>To get started, checkout examples and documentation at
9+
<a href="https://select2.github.io/">https://select2.github.io/</a></p>]]></description>
10+
<owner>
11+
<name>Engage Software</name>
12+
<organization>Engage Software</organization>
13+
<url>http://www.engagesoftware.com</url>
14+
<email>support@engagesoftware.com</email>
15+
</owner>
16+
<license src="LICENSE.htm" />
17+
<releaseNotes src="CHANGES.htm" />
18+
<azureCompatible>true</azureCompatible>
19+
<dependencies>
20+
<dependency type="managedPackage" version="1.7.2">jQuery</dependency>
21+
</dependencies>
22+
<components>
23+
<component type="JavaScript_Library">
24+
<javaScriptLibrary>
25+
<libraryName>select2</libraryName>
26+
<fileName>select2.min.js</fileName>
27+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
28+
<CDNPath>https://cdn.jsdelivr.net/select2/4.0.3/js/select2.min.js</CDNPath>
29+
<objectName>jQuery.fn.select2</objectName>
30+
</javaScriptLibrary>
31+
</component>
32+
<component type="JavaScriptFile">
33+
<jsfiles>
34+
<libraryFolderName>select2</libraryFolderName>
35+
<jsfile>
36+
<name>select2.min.js</name>
37+
</jsfile>
38+
</jsfiles>
39+
</component>
40+
<component type="ResourceFile">
41+
<resourceFiles>
42+
<basePath>Resources\Libraries\select2\04_00_03</basePath>
43+
<resourceFile>
44+
<name>Resources.zip</name>
45+
</resourceFile>
46+
</resourceFiles>
47+
</component>
48+
</components>
49+
</package>
50+
</packages>
51+
</dotnetnuke>

select2_4.0.3/select2.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)