Tagged Questions
1
vote
1answer
35 views
How to show a wait message OR loading image when a write operation is being performed using spapi_lists.js library.?
I am using SPAPI_Lists.js and SPAPI_Core.js libraries to update/add records to share point 2007 lists.
i want to show a wait message OR loading image still the write or read operation is completed.
...
0
votes
1answer
192 views
show/hide sharepoint field on custom edit form [closed]
I am trying to find out how to control a sharepoint field on a custom edit form. I need to either show/hide the field depending on what si inside of a column value in a related webpart on the same ...
1
vote
1answer
300 views
Hide fields on NewForm.aspx and EditForm.aspx based on the current user's membership in a SharePoint Group (2007)
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
306 views
Using SPServices to get user's “My Links” via jQuery
I am trying to get the current user's list of "My Links" using SPServices & jQuery
I am new to SPServices and I found this page about how to get values from the user's profile and specifically ...
1
vote
1answer
55 views
I expect sequential results from a SharePoint jQuery app but get random results
I retrieve a list of email documents (*.eml files) from a SharePoint library.
When that list is complete, I iterate through it, putting some file access data into an array of arrays. At the end of ...
0
votes
5answers
158 views
assigning a value to a variable with .attr
new to jquery and cannot seem to find an answer no matter how hard I Google.
I may be going at this completely the wrong way, but this is as close as I can figure from what I have found, however it ...
0
votes
3answers
377 views
jQuery modal dialog not centered in SharePoint 2007
On the AllItems-page of a list I added a Content Editor WebPart above the webpart that displays the list. This webpart only contains an HTML button. When the user clicks the button, all items in the ...
0
votes
0answers
125 views
Modifying a SharePoint 2007 site Role's permission to a list
I am attempting to use the SPServices jQuery library in a script to give a user access to a SharePoint 2007 site and all lists within it which do not inherit permissions from the site.
I have ...
0
votes
2answers
53 views
Multiple Nav update Jquery
Created a header and footer nav. The header nav contains 1 UL and the footer nav contains 5 UL. I want the li:first child of each UL in the footer nav to match up with the header nav. The footer nav ...
0
votes
1answer
99 views
Header/ Footer nav update jquery
I created a header and footer navigation with different states using jQuery. I'm having an issue updating the header nav when the footer nav is clicked. For example when the user clicks list 1 in the ...
0
votes
0answers
294 views
Creating a hyperlink to a SharePoint list item via SOAP
I've got a little JQuery/AJAX code block that connects to a SharePoint list via a SOAP query and returns the contents of several columns from a list. What I WANT to do is turn that output into a ...
0
votes
0answers
54 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 ...
1
vote
0answers
222 views
How to show/hide specific cell in a data view web part SharePoint Designer 2007 on dropdown change
I have a SharePoint:dvdropdownlist dropdown that is pulling options from a list and then will write back these changes once the user submits. However, there are certain fields that we would like to be ...
2
votes
1answer
106 views
Confirmation Box in SPItemEventReceiver class
I want to display a confirmation box in SpItemEventReceiver class using just C# or any script or plugin (e.g. jQuery) with it.
I have researched the problem and I believe that I can do something like ...
0
votes
0answers
63 views
Has anyone ever populated an HTML page on a shared hosting provider from their internally hosted SharePoint 2007 environment?
I'm trying to populate list data from our internally hosted MOSS environment to an HTML table sitting on a shared hosting provider. I'm using jQuery and can provide sample code. Thanks for your ...