Tagged Questions
2
votes
1answer
67 views
Hide fields on NewForm.aspx and EditForm.aspx based on the current user's membership in a SharePoint Group
I have found a number of recommended ways in blogs looking to answer how to do this and have not successfully made any of them work using SharePoint MOSS 2007 and SharePoint Designer 2007.
I have ...
0
votes
1answer
48 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 ...
0
votes
0answers
30 views
Update successor-listitem when predecessors are finished
In SharePoint there's a list with lots of items. Every item has an ID, some other columns and a lookup-field 'PredecessorOf' (with the ID) to another item. So for example I have this:
I have a page ...
2
votes
1answer
53 views
How to create custom email notifications (folder specific) in a document library?
I have a SharePoint 2007 site which has a document library with several folders. My requirement is that whenever an item is uploaded to a folder, SharePoint should automatically generate an email ...
2
votes
2answers
109 views
How to duplicate a question in a survey?
We have a survey that has 10 main questions. All of these questions are unique. After each question, we want to show last year's average answer to the same survey question. We're able to insert ...
0
votes
1answer
45 views
Possible solution to a lot of expensive webparts on a single page
I have a question regarding the loading issue of a page.
Current situation:
I have a page layout in my SharePoint 2007 environment, this page layout defines a lot of web parts we can say up to 40 of ...
1
vote
2answers
78 views
Confirmation Box while Item Adding event Moss
I need a confirmation box for Item Adding event on a custom document library, can someone tell me what would be the best way of doing it using C# or I don't mind using jQuery/Javascript plugin either.
...
0
votes
2answers
116 views
jquery ajax error on MOSS 2007
I'm getting this error on my sharepoint web application (I'm calling my own web method through ajax on my own user control) while accessing it from another computer and I'm getting this error: ...
0
votes
1answer
203 views
Ajax or jquery enabled Tab Zone Webpart with SourceCode
I am trying to find a TabZone Webpart Ajax enabled or using jQuery so that when I click on tab 2 while i am on tab 1 it shouldn't do a postback and make changes without loading page again.
We are ...
1
vote
3answers
215 views
Any good books on SharePoint interact with JQuery?
Any good books on SharePoint that interact with JQuery?
3
votes
4answers
1k views
Scrolling through list items one by one
I have an announcements list and instead of displaying all announcements at the same time, there may be quite a few, I want to scroll through them one by one.
Outside of SharePoint there are quite a ...
2
votes
2answers
1k views
Include jQuery and plugin script in MOSS site master page
I was looking at potential ways to include jQuery and Paul Grenier's Accordeon Quick launch ...
4
votes
3answers
1k views
Remove “Download a Copy” from Sub Menu
I am not allow to modify the core.js so that's not my option. I am allow to add a content editor. I just need to remove the "Download a Copy" from submenu. (this is just for a particular library). The ...
1
vote
2answers
929 views
moss 2007 List Forms - dynamic field logic
I'm using MOSS 2007 for the NewForm.aspx need to implement field logic i.e whether to show certain fields based on the values of preceding fields.
I have implemented a similar solution embedding a ...
1
vote
1answer
385 views
Highlight Group By Row in SharePoint List
I've got a dashboard on my SharePoint Homepage that shows a RAG status of all our project tollgates, grouped by (a) category then (b) project.
Is there a way to highlight a group by row in a list ...
1
vote
1answer
359 views
How can you add a script reference to a page from a custom webpart?
I'm developing a custom webpart and I'd like to leverage jQuery for some of my client side functionality. I found a few articles that lay out the following technique for adding a script reference to ...
1
vote
1answer
2k views
Add gradient background color to list view rows with jQuery
In SharePoint 2007 using Content Types and editting NewForm.aspx with jQuery I've managed to customize the look of a new item, adding a gradient color identity for each Content Type. I want to ...
1
vote
2answers
1k views
Get ContentTypeId In NewForm.aspx URL QueryString
I've been trying to access the ContentTypeId in the NewForm.aspx querystring. Knowing that will allow me to set up conditional statements to display information specific to a Content Type. My ...
0
votes
1answer
765 views
How do I cascade populate drop down list boxes using jQuery?
I have two drop down boxes in designer. In the first drop down I have 3 options, in the second drop down I have 20 items.
When I click option 1 in the first drop down, I need the first 6 items ...
0
votes
3answers
2k views
Show number of items in Folder in ListView
I'm looking for a solution that displays the number of items that are stored in a folder of a list.
Maybe this can be done with javascript/jquery, but I actually don't want to reinvent the wheel.
If ...
0
votes
3answers
571 views
Web Services: how to get/save Web Part on a page
The WebPartPages Web service includes actions to get or save Web Part properties (GetWebPart, SaveWebPart). Both require a unique identifier called storageKey.
When using Web services on the client ...
0
votes
1answer
255 views
I can't get to return more than one item when using webservices GetListItems
But i have an issue though it only returns one record while there are more than one item in the list.
Any ideas i did increased the row limit but no luck
$(document).ready(function() {
...
0
votes
1answer
712 views
SharePoint 2007 HttpHandler can't use SPContext.Current.Site or SPContext.Current.Web when called from jQuery
I have the need to develop a custom HttpHandler in SharePoint. To start, I just coded up a simple example: http://pastebin.com/HXLjR2xT. On line 35 or 36 of that code I get a NullReferenceException ...
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.
...
1
vote
1answer
118 views
Anything wrong having a page with Data view webpart with no master pages
I created a page using SDP added some Data view webparts in and it works fine.
But when i try to use Jquery it doesn't work.
Any ideas why?
1
vote
1answer
434 views
how to get the node value using js or jquery in sharepoint designer [closed]
<tr>
<td width="25%" class="ms-vb">
<b>Inclusion:</b>
</td>
<td ...
1
vote
4answers
442 views
Using JQuery to enlarge the text input boxes in SharePoint 2007 Blog forms
I have a site set up as a Blog Template. I want to use jQuery to expand the size of the text boxes for blog posts in both Viewing and Edit mode (and new mode).
Viewing mode is easy. I edited ...

