-
Notifications
You must be signed in to change notification settings - Fork 0
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
38 changed files
with
31,554 additions
and
0 deletions.
There are no files selected for viewing
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,24 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.26228.9 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "jQuery", "jQuery\jQuery.vbproj", "{50B94F74-1EC8-4EB7-904C-D360AD9E6512}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | ||
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Release|Any CPU.Deploy.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
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,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.MappedFolder" SupportedTrustLevels="FullTrust" SupportedDeploymentScopes="Package" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel"> | ||
<ProjectItemFolder Target="ControlTemplates" Type="TemplateFile" /> | ||
</ProjectItem> |
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 @@ | ||
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %> | ||
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %> | ||
<%@ Import Namespace="Microsoft.SharePoint" %> | ||
<%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Control Language="VB" AutoEventWireup="true" CodeBehind="jQuery_1_12_4.ascx.vb" Inherits="jQuery.ControlTemplates.jQuery.jQuery_1_12_4" %> | ||
|
||
<SharePoint:ScriptLink runat="server" | ||
Name="/_layouts/15/jQuery/1.12.4/jquery-1.12.4.min.js" | ||
Language="JavaScript" | ||
LoadAfterUI="true" | ||
></SharePoint:ScriptLink> |
17 changes: 17 additions & 0 deletions
17
jQuery/ControlTemplates/jQuery/1.12.4/jQuery_1_12_4.ascx.designer.vb
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
jQuery/ControlTemplates/jQuery/1.12.4/jQuery_1_12_4.ascx.vb
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,17 @@ | ||
Imports System | ||
Imports System.Web.UI | ||
Imports System.Web.UI.WebControls | ||
Imports System.Web.UI.WebControls.WebParts | ||
|
||
Namespace ControlTemplates.jQuery | ||
|
||
Partial Public Class jQuery_1_12_4 | ||
Inherits UserControl | ||
|
||
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load | ||
|
||
End Sub | ||
|
||
End Class | ||
|
||
End Namespace |
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 @@ | ||
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %> | ||
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %> | ||
<%@ Import Namespace="Microsoft.SharePoint" %> | ||
<%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Control Language="VB" AutoEventWireup="true" CodeBehind="jQuery_2_2_4.ascx.vb" Inherits="jQuery.ControlTemplates.jQuery.jQuery_2_2_4" %> | ||
|
||
<SharePoint:ScriptLink runat="server" | ||
Name="/_layouts/15/jQuery/2.2.4/jquery-2.2.4.min.js" | ||
Language="JavaScript" | ||
LoadAfterUI="true" | ||
></SharePoint:ScriptLink> |
17 changes: 17 additions & 0 deletions
17
jQuery/ControlTemplates/jQuery/2.2.4/jQuery_2_2_4.ascx.designer.vb
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,17 @@ | ||
Imports System | ||
Imports System.Web.UI | ||
Imports System.Web.UI.WebControls | ||
Imports System.Web.UI.WebControls.WebParts | ||
|
||
Namespace ControlTemplates.jQuery | ||
|
||
Partial Public Class jQuery_2_2_4 | ||
Inherits UserControl | ||
|
||
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load | ||
|
||
End Sub | ||
|
||
End Class | ||
|
||
End Namespace |
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 @@ | ||
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %> | ||
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %> | ||
<%@ Import Namespace="Microsoft.SharePoint" %> | ||
<%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@ Control Language="VB" AutoEventWireup="true" CodeBehind="jQuery_3_2_1.ascx.vb" Inherits="jQuery.ControlTemplates.jQuery.jQuery_3_2_1" %> | ||
|
||
<SharePoint:ScriptLink runat="server" | ||
Name="/_layouts/15/jQuery/3.2.1/jquery-3.2.1.min.js" | ||
Language="JavaScript" | ||
LoadAfterUI="true" | ||
></SharePoint:ScriptLink> |
17 changes: 17 additions & 0 deletions
17
jQuery/ControlTemplates/jQuery/3.2.1/jQuery_3_2_1.ascx.designer.vb
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,17 @@ | ||
Imports System | ||
Imports System.Web.UI | ||
Imports System.Web.UI.WebControls | ||
Imports System.Web.UI.WebControls.WebParts | ||
|
||
Namespace ControlTemplates.jQuery | ||
|
||
Partial Public Class jQuery_3_2_1 | ||
Inherits UserControl | ||
|
||
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load | ||
|
||
End Sub | ||
|
||
End Class | ||
|
||
End Namespace |
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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Elements xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
<Control Id="AdditionalPageHead" | ||
Sequence="90" | ||
ControlSrc="~/_CONTROLTEMPLATES/15/jQuery/1.12.4/jQuery_1_12_4.ascx" /> | ||
|
||
</Elements> |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.GenericElement" DefaultFile="Elements.xml" SupportedTrustLevels="All" SupportedDeploymentScopes="Web, Site, WebApplication, Farm, Package" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel"> | ||
<Files> | ||
<ProjectItemFile Source="Elements.xml" Target="Controls_1_12_4\" Type="ElementManifest" /> | ||
</Files> | ||
</ProjectItem> |
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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Elements xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
<Control Id="AdditionalPageHead" | ||
Sequence="90" | ||
ControlSrc="~/_CONTROLTEMPLATES/15/jQuery/2.2.4/jQuery_2_2_4.ascx" /> | ||
|
||
</Elements> |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.GenericElement" DefaultFile="Elements.xml" SupportedTrustLevels="All" SupportedDeploymentScopes="Web, Site, WebApplication, Farm, Package" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel"> | ||
<Files> | ||
<ProjectItemFile Source="Elements.xml" Target="Controls_2_2_4\" Type="ElementManifest" /> | ||
</Files> | ||
</ProjectItem> |
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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Elements xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
<Control Id="AdditionalPageHead" | ||
Sequence="90" | ||
ControlSrc="~/_CONTROLTEMPLATES/15/jQuery/3.2.1/jQuery_3_2_1.ascx" /> | ||
|
||
</Elements> |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.GenericElement" DefaultFile="Elements.xml" SupportedTrustLevels="All" SupportedDeploymentScopes="Web, Site, WebApplication, Farm, Package" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel"> | ||
<Files> | ||
<ProjectItemFile Source="Elements.xml" Target="Controls_3_2_1\" Type="ElementManifest" /> | ||
</Files> | ||
</ProjectItem> |
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,3 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Feature xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
</Feature> |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<feature xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="1fdaca1b-4a6d-41d5-b2fa-949d1cf4a5a2" activateOnDefault="false" description="NOTE: Only ONE Site Feature of jQuery should be enabled. Incudes jQuery v1.12.4 uncompressed, min and map " featureId="1fdaca1b-4a6d-41d5-b2fa-949d1cf4a5a2" imageUrl="" solutionId="00000000-0000-0000-0000-000000000000" title="jQuery version 1.12.4" version="" deploymentPath="$SharePoint.Project.FileNameWithoutExtension$_$SharePoint.Feature.FileNameWithoutExtension$" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/FeatureModel"> | ||
<projectItems> | ||
<projectItemReference itemId="f3a20035-7ea3-4802-b9c5-fc48a42efa43" /> | ||
</projectItems> | ||
</feature> |
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,3 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Feature xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
</Feature> |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<feature xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="21fcabfe-f6cd-4fcf-b87a-29066977742f" activateOnDefault="false" description="NOTE: Only ONE Site Feature of jQuery should be enabled. Incudes jQuery v2.2.4 uncompressed, min and map " featureId="21fcabfe-f6cd-4fcf-b87a-29066977742f" imageUrl="" solutionId="00000000-0000-0000-0000-000000000000" title="jQuery version 2.2.4" version="" deploymentPath="$SharePoint.Project.FileNameWithoutExtension$_$SharePoint.Feature.FileNameWithoutExtension$" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/FeatureModel"> | ||
<projectItems> | ||
<projectItemReference itemId="2361af1a-71a9-4362-9283-3a0abce03c3a" /> | ||
</projectItems> | ||
</feature> |
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,3 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Feature xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
</Feature> |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<feature xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="a1334a63-2756-4553-b107-7a9c06567362" activateOnDefault="false" description="NOTE: Only ONE Site Feature of jQuery should be enabled. Incudes jQuery v3.2.1 uncompressed, min and map " featureId="a1334a63-2756-4553-b107-7a9c06567362" imageUrl="" solutionId="00000000-0000-0000-0000-000000000000" title="jQuery version 3.2.1" version="" deploymentPath="$SharePoint.Project.FileNameWithoutExtension$_$SharePoint.Feature.FileNameWithoutExtension$" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/FeatureModel"> | ||
<projectItems> | ||
<projectItemReference itemId="becdd4b4-e2db-4955-bb91-3b27031a9487" /> | ||
</projectItems> | ||
</feature> |
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,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.MappedFolder" SupportedTrustLevels="FullTrust" SupportedDeploymentScopes="Package" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel"> | ||
<ProjectItemFolder Target="Layouts" Type="TemplateFile" /> | ||
</ProjectItem> |
Oops, something went wrong.