Tagged Questions
0
votes
1answer
46 views
Need to remove html tags from <td></td> area in SharePoint custom DispForm.aspx
I had created a custom DispForm.aspx for a SharePoint list, using SharePoint designer. I included a Rich Text column type to show in DispForm.aspx. The contents of the column are showing, but somehow ...
1
vote
2answers
181 views
SharePoint 2010 web service - GetListItems not working in Chrome & firefox
function GetListItems() {
var soapEnv = "<?xml version='1.0' encoding='utf-8'?><soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>" +
...
1
vote
2answers
54 views
How to hide particular SharePoint post use checkbox?
How can I hide my particular post in Sharpoint blogs, if I use checkbox field in post list by using javascript or jquery ? please if some have an idea ,please help me to resolve it. will great ...
0
votes
1answer
48 views
Designer Workflow: change document file extension upon upload
So I would like to try to create a workflow on a library that simply checks to see if the file extension is anything other than .xml, and if it is, rename the Name (File Name) to the same value with ...
0
votes
1answer
59 views
Content Type Prompt in List
I have a list that has multiple content types in a SPF2010 environment. The manager of this list is familiar with using the New dropdown menu in the ribbon bar to select a content type, but he is ...
0
votes
0answers
75 views
How to automatically collapse/expand treenodes in TreeView, based on current page
So, I have a TreeView in my SharePoint masterpage which has quite a lot of treenodes. Some of these link to subsites (also containing the TreeView in their masterpage).
Since it was starting to get ...
-1
votes
1answer
128 views
Display Calculated column in List NewForm
How to display Calculated column in SharePoint List NewForm.aspx?
1
vote
1answer
210 views
SharePoint DateTime field as Read-Only
How to make SharePoint DateTime field as Read only in NewForm.aspx?
I'm using the below script to make DateTimeColumn as read only. It's working fine in firefox & not in IE9.
Calendar icon ...
1
vote
1answer
106 views
SharePoint DateTime format as DD-MMM-YYYY in List NewForm
How to bring the DateTime format as DD-MMM-YYYY in SharePoint list NewForm.aspx?
1
vote
0answers
117 views
Make Webpart connections to work when a dropdown value is changed
I have a simple newform.aspx which has Employee as a textbox. During onload of the page, I assign this with currentuser.
On the same page, I have a webpart created using sharepoint designer that ...
1
vote
2answers
180 views
js/jquery doesn't work on site's upload.aspx?
is that right? If I go to a library in the designer, i can see upload.aspx there. Can't create a new one (and i guess that is because there is really only one per site, or collection?). Anyway, I can ...
0
votes
1answer
219 views
create my own jquery form from sharepoint designer 2010
How can I create my own custom jQuery form from within SharePoint Designer 2010, with my own validation tactics for the form, and my own post data processing with Ajax? Any good tuturials out there?
0
votes
1answer
167 views
XSLT/Webpart View in Custom Javascript text file?
So this may be silly but I want to ask anyway, if I am using the text file approach (markup and javascript within text files that a CEWP references), is it possible to add mark up or script that would ...
2
votes
1answer
462 views
Interesting trouble with getlistitems not returning list items
I'm a bit new to spservices, and I hope I'm not asking a question that's already been answered. I've checked and haven't been able to find one like it.
I'm using GetListItems to retrieve url's and ...
0
votes
1answer
186 views
Sharepoint people and group field validation
How to validate that users selected in three different people and group fields are different and no two of them are same i.e. each selected user is unique.
Jquery check solution works but fails on ...
1
vote
0answers
909 views
Why Sharepoint FormField's ID is parametrized and how it can take different values after its initial creation?
In SPD 2010, on designer surface of a web part page I insert DataFormWebPart by:
"Current Data Source" ("Data Sources Details" Task Pane) --> choose rows --> "Insert Selected Fields As.." --> "New ...
-1
votes
2answers
448 views
Disable the Drop down column based on the text value…!
I am working with SharePoint 2010 form library.
I have a drop down column which is dependent on text input column value .
The value in the Text input column comes from the infopath form.
What i ...
1
vote
3answers
803 views
How to get a value dropdownlist selected after using windows.location
This is my snippet code here.I'm getting some column values from shrepoint list to a dropdpwnlist.But i would like to append the values to a url when an option is selected.
So thayt i can use it to ...
0
votes
1answer
2k views
Using jQuery add cascading dropdown to newform.aspx page of list
How can I add cascading dropdown to newform.aspx page of list using jQuery.
I tried SPServices from codeplex but it's not working. Can anybody please guide me.
Thanks
0
votes
1answer
5k views
Setting the value of a lookupfield(sharepoint dropdown formfield) in sharepoint 2010 list forms
How can i set the value of sharepoint form field dropdown box(lookupfield) in sharepoint list form when the form gets saved (using jquery)
note: the lookupfield (dropdown formfield renders as input if ...
2
votes
5answers
2k views
Setting the value of the textfield in sharepoint list form 2010
I have a textfield in sharepoint list form and I want to set the value using jquery or javascript below is the tag:
<asp:TextBox runat="server" id="ff47{$Pos}" text="{@Name}" ...
2
votes
1answer
2k views
Dropdown lookupcoloumn in sharepoint list form (newform.aspx)2010
I have a dropdown lookupfield in newform.aspx sharepoint form...unlike choice dropdown the lookupdropdown is 'input' field and not 'select'..
so i raise an onchange event using jquery
...
1
vote
2answers
2k views
setting current date time in sharepoint form field (newform.aspx) sharepoint 2010
I am working on customizing the sharepoint list form (newform.aspx). So soon as the user opens the new form I want the Odate coloumn (date and time) to be filled automatically with the current date ...
2
votes
3answers
5k views
How to get TD cell values using jquery from a Data Webpart
I would like to get the text from the first and second TD which has the class user and id
<tr class="rowid">
<td class="user">A</td>
<td class="id">B</td>
...
1
vote
2answers
597 views
sharepoint document library view to show actual images uploaded
Scenario : Sharepoint 2010 document library.
Users click on 'add new document' and upload a picture (They always upload pictures or images only).
The default view shows the 'Type' and the filename.
...
0
votes
1answer
994 views
How to load div like iframe with a url with parameters(Loading external data to a cell)
I would like to show a status in field but the result data is from an external link which means another sharepoint list.
I'm using something similar below but not sure if this is the best way to do ...
1
vote
0answers
3k views
How to use SPServices jquery to add new item
I have a list and I would like to have a link on each item (dynamic) that I can click to insert some data to another list.
What I'm after is to get some data when a user clicks an item. (Kind of to ...
2
votes
1answer
243 views
Using an ID to remove a class using jQuery
I'm trying to remove the classstatic selected menu-item
using
$("#slink").removeClass("static selected menu-item");
Thanks guys.I'm sure the Jquery script is running as i have other stuff there.
...
4
votes
2answers
534 views
Having error when using jquery.corner.js with jquery-1.6.2.min.js
I'm trying to use jquery corner to get curvy quicklaunch in my sharepoint 2010.
But i geting eeor "object doesn't support this property or method.
Any ideas if this version are compatible.
Thanks in ...
2
votes
3answers
344 views
How to change the href for a hyperlink using jQuery:Error href is null
I'm trying to get to the default home link(href) on my sharepoint site using jquery but i keep getting href is undefined.
I would like to change it to another URL
I have tried
alert($(".static ...
0
votes
1answer
479 views
How can I have a notification popup when there is a new item in a list?
I would like a pop up message like a notification to come up when a new item is added to a list. Something similar like outlook does when you get a new email.
So for instance our support team is ...
0
votes
1answer
342 views
Building a Floating Menu for SP 2010
I would like to have a floating menu the menu can come from a list or use the Quick launch.
Any ideas or samples out there..
For example if i can make this float
...
0
votes
1answer
379 views
how to get the id of each dropdown and textarea row
Not sure what is the right approach to tackle this
I want to control te textarea Reason based on what is selected in the dropdown list.
As you can see below i have got to the stage where i can get ...
0
votes
1answer
279 views
looping through Dropdowns in a multiform field in sharepoint designer
I have a custom list I built using SharePoint Designer. Its a multi view form so I'm updating in a batch with one SAVE button.
Unfortunately I have a dropdown list on each row and I want to hide a ...
2
votes
2answers
1k views
How to display a popup message after an item is saved from a custom new form
I have a custome form i built from a list using SharePoint Designer.
I would like a message to popup after the user has clicked the save button.
I have played arounf with presaveaction but no luck.
I ...
2
votes
1answer
161 views
jQuery Script causing errant Page group to not load
In my attempt to present multiple list data, I have ventured into the territory of the DVWP.
I have three lists A, B, C. Each of these lists are interrelated. When click the title from List A, I ...
3
votes
2answers
555 views
PreSaveAction on edit mode
I'm working on a custom list.
Two DWP webparts the first one insert data(save button only but some fields are pre filled) and the other one shows the data(This has got edit and delete enabled)
I'm of ...
0
votes
1answer
133 views
Filter DVWP with span tag
I am trying to filter a DVWP based upon a span tag value. The value is set in a document.ready function. Please show me how to send it the output of a DVWP. I tried to insert it where the $Rows ...
1
vote
2answers
583 views
how to validate SharePoint:formfield
I have a data view web part and it does insert,delete ,in edit mode it save and cancel button.The data is based on a custom list.In the list i have set the max to 4 but in DWP it doesn't seem to work.
...
0
votes
2answers
1k views
Using jQuery variable in DVWP
I am running SharePoint Foundation on Windows Server on a hosted site. I am able to retrieve a value with jQuery from the User Information List. Using Sharepoint Designer 2010, I have added a DVWP ...
0
votes
2answers
1k views
how to add script to page
I am trying to add this script (Marc Anderson's blog) to AllItems.aspx. Please guide me where it needs to go and what needs to be done to make it work. Thank you.
<script language="javascript" ...
5
votes
4answers
598 views
Can jQuery intellisense also be installed / used in SharePoint Designer?
There are some references on how to install intellisense for jQuery in VS2008SP1, is it also possible for SharePoint Designer ?

