12
votes
4answers
408 views
What does this Javascript code do?
I've been looking at Sharepoint script files and I've come across this bit that I don't get:
function ULSTYE() {
var o = new Object;
o.ULSTeamName = "Microsoft SharePoint Foundation";
...
10
votes
6answers
734 views
Page_ClientValidate() object expected error, cant find the validator
I have a form HomePage.aspx containing an empty asp:Panel, a dropdownlist letting the user pick an SPFielType... on index changed, my HomePage.aspx.cs page will get the text selected and will load a ...
7
votes
3answers
1k views
Adding JavaScript, CSS and others to a WebPart using WSPBuilder
So, I'm trying to do what I thought was a simple task... But I'm not getting anywhere...
All I want to is to get some .js and .css files loaded by my WebPart. I'm using VS2008 + WSPBuilder. I've ...
5
votes
2answers
96 views
How to verify the logged in user using Javascript in sharepoint
I need to check whether the logged in user is a administrator or non-admin user by using JavaScript in sharepoint designer or content editor webpart.
Can anybody suggest?
4
votes
4answers
83 views
Uses of colon in javascript
Assign object literal properties var foo = { bar : 'hello'};
Ternary var cats = happy ? "yes" : "no";
Label a statement outer_loop: for(i=0; i<3; i++)
What else?
I'm poking through a sharepoint ...
4
votes
1answer
312 views
Equivalent of SPContet.Current.ListItem in Client Object Model (ECMAScript)
I'm integrating an external application to SharePoint 2010 by developing custom ribbon tabs, groups, controls and commands that are made available to editors of a SharePoint 2010 site. The ribbon ...
4
votes
1answer
375 views
Form Based Authentication using Javascript for Sharepoint
I am trying to create a web page using javscript that uses form based authentication to login to the sharepoint server but it keeps using NTLM which is windows based authentication. Is there anyway to ...
3
votes
3answers
155 views
What is eating my cookie?! Cookie does not get transferred in asmx call
I'm having a (browser) cookie issue here.
I have a Sharepoint page (http://myServer:24628/sites/myApp/myDocumentLibrary/test.aspx). When the page is requested, I can see in the request headers (using ...
3
votes
3answers
399 views
sharepoint custom style for page in edit mode
I want the following code snippet in master page to run if the current loaded page is in edit mode as follows:
<!-- If edit mode, then add the following script -->
<script ...
3
votes
1answer
380 views
SharePoint - Doing a user lookup on GetListItems SOAP call
I'm using jQuery and the WSS 3.0 SOAP service to retrieve and display data from a list. I'm wanting to filter the data by the CreatedBy column. Here's my CAML query:
<Query>
<Where>
...
3
votes
3answers
2k views
javascript active directory user / groups query
Is it possible to query AD from javascript?
I'm working from within SharePoint, and I can get the current SharePoint user's information using some js I found on a blog.
But I'm wondering if I can ...
3
votes
9answers
5k views
How to enter Javascript into a wiki page?
How can I, as the wiki admin, enter scripting (Javascript) into a Sharepoint wiki page?
I would like to enter a title and, when clicking on that, having displayed under it a small explanation. I ...
3
votes
2answers
9k views
Dynamically display Edit Control Block menu item in SharePoint
I am trying to set up dynamic per-item menus (Edit Control Block) in SharePoint 2007. My goal is to have certain features that are available based on the current user's group membership.
I know that ...
2
votes
3answers
174 views
Get SharePoint list by Internal Name using ECMAScript / JavaScript Object Model
How can I load items from a SharePoint list using its InternalName?
As far as I know I can get it using either Id or Title like the following:
var clientContext = new SP.ClientContext('/News/');
var ...
2
votes
1answer
32 views
Can I “Like” a page in sharepoint without opening it?
It looks like the like command executes ctl00_ctl35_AddQuickTag(); which automatically tags the page that you are on. Is it possible to fire this function on a page you are not currently viewing?
2
votes
1answer
182 views
TypeError: this.$E_0.getElementsByTagName is not a function
I am attempting to create a modal dialog in sharepoint 2010, but I'm getting this error:
TypeError: this.$E_0.getElementsByTagName is not a function
my code is:
var options = ...
2
votes
2answers
1k views
Sharepoint 2010 Client Object Model - Get the name of the current list
I'm trying to create a simple custom action button for the Ribbon menu in Sharepoint 2010.
I want to keep it generic, so no hard coding of library names etc.
How can I find out the name of the ...
2
votes
2answers
453 views
How to turn on IE8 Compatibility View programmatically
I have some JQuery in a SharePoint webpart and it is not loading properly using the Quirks Mode with IE8. It works fine with IE8 Compatibility mode. it also works great using IE7 or IE8 Standard ...
2
votes
0answers
231 views
InputFormTextBox setting an focus and a onblur event, in a SharePoint web part
I'm making use of a bunch of InputFormTextBoxes and I'd like to have an onblur event get fired when the box is no longer in focus. This is when RichText == true.
This is because I have a Sharepoint ...
2
votes
2answers
216 views
Elevated privileges in javascript
In Sharepoint, when I need that a code access to a places where the user hasn't privileges, i use:
SPSecurity.RunWithElevatedPrivileges(delegate()
{
// DO SOMETHING WITH PRIVILEGES
});
but now I ...
2
votes
3answers
382 views
Finding a div in my SharePoint 2010 Web Part
I have a Web Part that dynamically inserts div tags written in VS2010 using C#. I want to implement mouseover events for these div's. When the Web Part is deployed onto SP2010, my JavaScript is not ...
2
votes
3answers
3k views
SharePoint get current user attribute
I have a page that needs to retrieve the department for the logged-in user. Ideally I'd like to be able to do it through a JavaScript SOAP CAML query. I have the user's id (which I'm assuming ...
2
votes
2answers
563 views
Response.BinaryWrite() not working in a modal popup window
I'm working on a SharePoint application where I output a PDF content to the browser so that the user can save the PDF. But it is working when I do a Response.Redirect() but not when I open the same ...
2
votes
3answers
107 views
Practices on filtering user inputs
I would like to ask some suggestions from the more experienced people out there.
I have to filter the inputs the user wherein the they might try to input values like
<script ...
2
votes
1answer
179 views
list.asmx is giving authorized error in sharepoint using js
When i logged in with Administrator, I am able to access my list data with list.asmx web service.
But when i logged in with other user who is not primary administrator of the site, i got 401 ...
2
votes
2answers
480 views
Can't bind JQuery Datepicker with asp:TextBox in sharepoint
I have the next trouble.
I am creating the web part in sharepoint. I need a Jquery datepicker.
When i try to bind it with the html textbox it works.
But when i try to bind it with the Asp:textbox it ...
2
votes
3answers
569 views
Register/Include javascript within RenderingTemplate
Problem description
Is it possible to register (include) javascript within RenderingTemplate? (RenderingTemplates are used to render list forms or fields)
By using
<SharePoint:RenderingTemplate ...
2
votes
2answers
720 views
Using jQuery to alter application.master pages in SharePoint
We use MOSS 2007 (SharePoint) for our intranet. Recently we were tasked with supporting the branding for multiple companies on our farm. We quickly realized that the application pages (produced by a ...
2
votes
2answers
3k views
SharePoint - Open Document Library PDF in New Window
I want PDF files in MOSS 2007 Publishing site document libraries to open in a new window. Is it possible to achieve this by creating a custom HttpHandler? I don't want to mess with a site definition ...
2
votes
2answers
894 views
Client ID of a Silverlight Control in A Sharepoint WebPart
Background: I have a Silverlight Control in a sharepoint webpart that exposes some scriptable methods. I use those methods to call a webservice and get an array of menu options. These menu options are ...
1
vote
0answers
68 views
+100
How do I replicate social ajax calls made internally by SharePoint 2010?
I see that SharePoint 2010 makes javascript ajax calls to some pretty slick internal services like
https://<server>/_vti_bin/socialdatainternalservice.json
...
1
vote
2answers
83 views
How to get site collection url using javascript? [closed]
I am stuck up in a requirement where i need to get the site collection url to pass in a function.
Please help?
1
vote
0answers
112 views
How to pull file name from URL and display it
I have built a custom document library in SharePoint using CSS and HTML and I need a script that will show the opened file name in the ribbon above the library. I have very little Javascript ...
1
vote
0answers
41 views
sort an RSS feed in SharePoint CEWP
need to sort an rss feed alphabetically with javascript.
All I get is the tope 'view positions link'
the debugger gives me this error:
SCRIPT5007: Unable to get value of the property 'toLowerCase': ...
1
vote
0answers
64 views
How to get the document name from a SharePoint document library to a variable using javascript
I am looking for a JavaScript to validate the input document name before uploading it to a SharePoint document library (in the edit form). So i want to get the particular document name to a variable. ...
1
vote
2answers
83 views
how to pass a value from a gridview to javascript function
Hi this is my row in gridview in ASP.Net
<ItemTemplate>
<a id="aOpen" onclick="javascript:Open(<%#((DataRowView)Container.DataItem)['DocTypeCode'] %>)" ...
1
vote
1answer
106 views
VML issue for Organization Chart WebPart in SharePoint 2010
I have a SharePoint intranet site to which I have Site Collection Admin access(do not have Farm Admin access). This site is to promote collaboration among employees. I needed to implement Organization ...
1
vote
3answers
358 views
How to read sharePoint List item value (current Item) using javascript
I have to read Title and Location from a picture library and display using CEWP.
can some one suggest how to read SharePoint list item values using javascript.
Thanks in advance
1
vote
0answers
104 views
Using Javascript to remove quicklaunch node on sharepoint 2010
I'm trying to remove dynamicaly a Quicklaunch item in SharePoint 2010 (SandBoxed) using javascript Client object Model.
The code runs correctly. The selected item is deleted from my current ...
1
vote
1answer
71 views
Show left nav only on admin pages
In SharePoint 2010, I want the left navigation to show up only on admin pages i.e. pages like _layouts/settings.aspx etc.
I created a solution based on JavaScript function which is run as a jQuery ...
1
vote
0answers
101 views
In SharePoint 2010 how can I add user selected WebParts at run time?
I am quite new to SharePoint and have been given an interesting problem to solve. My users have requested to each have a custom home page that they can customise with ease. The design I have been ...
1
vote
1answer
196 views
Replace link to DispForm.aspx with call to javascript function in SharePoint
I made a Calendar View in SharePoint to show all the projects each functional team has to work on for the month. What I would like to do is replace the link to dispform.aspx with a script to hide any ...
1
vote
1answer
169 views
Get subsites in Sharepoint ECMAScript
I'm trying to use ECMA script in Sharepoint to data on sites.
It's working well for the top root site when I'm using the SP.ClientContext.get_current() method, but I can't seem to get the subsites of ...
1
vote
1answer
80 views
Display graph hierarchy in Sharepoint 2010
We have a Sharepoint 2010 site and need to display graph hierarchy for connected objects. The hierarchy should be in a form of tree structure, but it can have cycles.
It will be a web part and ...
1
vote
1answer
382 views
how can i call sharepoint webservice using javascript?
Trying to call sharepoint web service using javascript . it's throwing error not able to call sharepoint service .
if i call local XML then working fine .
I tried below code for calling sharepoint ...
1
vote
2answers
488 views
JQuery Json Access of a Sharepoint List via Rest
I try to access a sharepoint list via Jquery and REST Interface. The Site with the code below is running localhost.
This code doesn't work:
$(document).ready(function() { getdata(); });
function ...
1
vote
1answer
292 views
Free JavaScript/JQuery with Scatter Plot category naming functionality
I am looking for some sort of a free JavaScript/JQuery graphing library that has a lot of scatter plot functionality. Ultimately, I want to link the plot up with a SharePoint list and drop it in a ...
1
vote
1answer
283 views
Using jQuery to make a popup
I'm trying to make a simple jQuery popup on an existing page. The page itself will have the first part of some articles, with a more button following the intro. I would like the more button to display ...
1
vote
2answers
368 views
Javascript XML DOM Trickiness
all! I'm having some issues accessing an XML node's properties using Javascript.
The XML node in particular looks like the following:
<List DocTemplateUrl="" ...
1
vote
0answers
275 views
Sorting/filtering a javascript-created list in a SharePoint content editor
I'm working in SharePoint 2010, and I have a list that I want to display a very specific way. Basically, I'm using javascript, jquery, and SPServices to query the list and build a table in a content ...