No announcements
Found 3612323 threads
-
0 Votes
How to disable subresouce integrity in a js file for newly added javascript function for testing at development server?
Resources integrity feature will block resources inclusion into an application if the pre-computed digest of the expected resource doesn't match with the digest of the retrieved ...Unanswered | 2 Replies | 830 Views | Created by Anonymous - Friday, April 16, 2021 2:07 AM | Last reply by Anonymous - Friday, April 16, 2021 1:44 PM -
0 Votes
how to call a server side function using javascript?
You cannot call server side methods directly from JS, because JS running on client side!Answered | 3 Replies | 5386 Views | Created by Suu30 - Thursday, July 12, 2012 1:31 PM | Last reply by Aviw_ - Monday, July 23, 2012 5:16 PM -
0 Votes
How to integrate with Facebook JavaScript SDK
(According to this post Load remote .js file into app ) When application running, JavaScript Console ...Answered | 6 Replies | 8927 Views | Created by Sars C - Wednesday, November 9, 2011 5:28 PM | Last reply by Jeff Sanders - Thursday, June 14, 2012 5:26 PM -
0 Votes
Adding a JS file to a masterpage
<SharePoint:Scriptlink language="javascript" name="~sitecollection/Style Library/Scripts/hi.js" ...Answered | 4 Replies | 3867 Views | Created by zenicanin - Wednesday, December 21, 2011 4:58 PM | Last reply by Manoj Kumar Gangwar - Wednesday, December 21, 2011 5:52 PM -
1 Votes
after recording completed how to disable js files in webperformance test in visual studio ultimate 2012
From your description I think the ".js" files are dependant files, the web pages request them but the web server replies saying "file ...Answered | 3 Replies | 1867 Views | Created by kr.raju - Tuesday, August 27, 2013 11:37 AM | Last reply by AdrianHHH - Wednesday, August 28, 2013 9:47 AM -
0 Votes
How to override javascript function within SPGantt.js file
Then add the modified script along with the updated function.Answered | 2 Replies | 1637 Views | Created by praggy - Thursday, August 18, 2016 3:54 PM | Last reply by Rashu,Rahul - Friday, August 19, 2016 8:45 PM -
1 Votes
Activating a JS Metro App programmatically and unit tests
The tools you linked to are useful for running JS unit tests in a non-Metro application.Answered | 6 Replies | 5769 Views | Created by Simicha - Thursday, April 12, 2012 10:12 AM | Last reply by JSAndrew - Wednesday, April 25, 2012 6:31 PM -
0 Votes
Best tool(s) for developing C# and javascript?
Turns out it provides Intellisense for .js files (that's great) and also provides support for C# projects produced in C# Express (though it looks as if C# development is a ...Answered | 5 Replies | 7573 Views | Created by Baffin - Monday, October 27, 2008 10:08 PM | Last reply by Prashant C - Thursday, March 12, 2009 11:26 AM -
2 Votes
How to use javascript in .cs file
Hi, C# runs server side against an object model of you web page.Answered | 1 Replies | 4205 Views | Created by Allen Li - Coding4Fun - Tuesday, November 22, 2011 4:30 PM | Last reply by Patrice Scribe - Tuesday, November 22, 2011 6:44 PM -
1 Votes
How to force Comments for .js files?
Hi, Visual Studio does not provide built-in method to force comments for js code.Answered | 1 Replies | 655 Views | Created by Bahar Gh - Wednesday, July 9, 2014 1:08 PM | Last reply by Amanda Zhu - Friday, July 11, 2014 3:44 AM -
0 Votes
Integrating Unit Test Cases from multiple developers
>how do we integrate these UT's developed by various developers into a single solution, so that it can be built and executed all at the same time.Answered | 1 Replies | 412 Views | Created by anrodez - Sunday, May 1, 2016 6:25 PM | Last reply by lake Xiao - Tuesday, May 3, 2016 1:53 AM -
1 Votes
how to call a javascript function in a sharepoint 2010 webpart?
Hello, i have created one sample for calling the javascript here id my code in .ascx <a onclick="OnClickExample();" ...Answered | 2 Replies | 12496 Views | Created by ryands - Thursday, August 16, 2012 7:01 PM | Last reply by Hiren.j.Patel - Friday, August 17, 2012 4:53 AM -
0 Votes
Disable File Browser Integration
Hi: There is a better way to handle "Browser File Handle" issue.Answered | 2 Replies | 7059 Views | Created by chrisshizzle2 - Monday, February 21, 2011 9:07 AM | Last reply by Dmitry - pdfsharepoint.com - Thursday, March 10, 2011 8:10 PM -
1 Votes
How to call javascript functions through VFP code
Now all I need to do is call the JS function FillSelect().Answered | 10 Replies | 14577 Views | Created by ramjai - Tuesday, August 3, 2010 5:16 AM | Last reply by DanStanCentralia - Monday, August 30, 2010 8:30 PM -
0 Votes
Unit tests for Metro Style App with HTML5/Javascript
Javier, we have no support for TFS yet, but for another (non MS specific) CI Server environment.Answered | 5 Replies | 4059 Views | Created by Javier Holguera - Saturday, June 2, 2012 1:03 PM | Last reply by phil_ke - Tuesday, June 5, 2012 4:17 AM -
0 Votes
Loading JS from an external file
Try to insert your external js file as like this ....It worked for me...Answered | 3 Replies | 1247 Views | Created by Andrei Varanovich - Wednesday, January 7, 2015 11:26 AM | Last reply by Rajendran M - Wednesday, January 7, 2015 12:58 PM -
0 Votes
Order of newly created Ads
The Client Id is used to associate records in the bulk upload file with records in the results file.Answered | 1 Replies | 690 Views | Created by BingUser - Thursday, April 23, 2015 5:01 PM | Last reply by Eric Urban [MSFT] - Thursday, April 23, 2015 6:16 PM -
1 Votes
Javascript functions (goto: references)
In this instance they're declaring a "list" object, and a "createFiltered" member that happens to be a function.Answered | 2 Replies | 2706 Views | Created by ResQue1980 - Wednesday, August 1, 2012 4:15 PM | Last reply by ResQue1980 - Wednesday, August 1, 2012 5:30 PM -
0 Votes
Testing framework for app development
Does the JavaScript api behave the same way on desktop and online?Answered | 3 Replies | 831 Views | Created by Eddie Dvorak - Thursday, October 15, 2015 1:11 PM | Last reply by David_JunFeng - Monday, October 26, 2015 8:55 AM -
0 Votes
adding item to a list using javascript
Add the JS function definition code in any js file or directyly add in master page and if added into JS file then provide ...Answered | 9 Replies | 5773 Views | Created by knowledge11 - Saturday, April 13, 2013 11:59 AM | Last reply by Amit.AK.Kumar - Tuesday, April 23, 2013 5:54 AM - Items 1 to 20 of 3612323 Next ›
No announcements