Tagged Questions

13
votes
3answers
218 views

jQuery Multiple Dynamic Forms to Multiple Dynamic iFrames

I'm creating a multi-file upload. In the validation process where I build the list of files (before they are submitted), the first dynamically created <form> will submit and work as expected ...
12
votes
4answers
437 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"; ...
11
votes
6answers
794 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 ...
8
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
147 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
104 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
380 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
417 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
183 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
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 ...
3
votes
3answers
473 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
8answers
1k views

document.location.href not updating onkeypress in sharepoint

I have an issue with a page redirect function executing when accessed by the enter key. Basically, onkeypress=Enter or when Search is clicked the page should redirect to a preset url and append a ...
3
votes
1answer
408 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
1answer
42 views

How to ensure my javascript function only executes after all external javascripts are loaded?

I am developing a WebPart in SharePoint,and I need to draw something in my WebPart using excanvas.js.But sometimes it shows nothing.The error message is: Object doesn't support property or method ...
2
votes
1answer
133 views

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 ...
2
votes
3answers
371 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
38 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
248 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
549 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
2answers
601 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 ...
2
votes
0answers
247 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
243 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
415 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
4k 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
585 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
114 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
185 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
518 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
619 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
731 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
904 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
2answers
46 views

Simpler digital signatures in InfoPath forms in MOSS 2007?

I have recently inherited a MOSS 2007 based application primarily involving an InfoPath 2007 form, currently undergoing user acceptance testing prior to its first major release. The form allows users ...
1
vote
3answers
67 views

sharepoint 2010: custom column with javascript

I wanted to know if it is possible to create a custom column that will get me today's date everytime without the need of updating an item in the list? my end goal is to to be able to calculate how ...
1
vote
2answers
89 views

Javascript widget not working inside a Sharepoint web part

i've got a javascript widget that loads contents from a 3d party website and i need to use it in a sharepoint web part. The problem is that the widget works everywhere (wordpress, other websites etc.) ...
1
vote
0answers
62 views

Javascript event when Ribbon buttons container in opened

I need to hide a part of page header when user starts working with ribbon. So is there any way to get JavaScript event when container in Ribbon is opened/closed so that i could affect some other ...
1
vote
2answers
209 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
121 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
57 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
88 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
100 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
182 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
564 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
134 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
86 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
116 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
227 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 2 3 4 5