Tagged Questions
0
votes
0answers
26 views
SharePoint SPServices jQuery ows_RecurrenceData not XML
I have run into an issue with SPServices to retrieve calendar items. Using a query similar to the below from this site, I sometimes see odd results for the ows_RecurrenceData attribute.
var ...
0
votes
0answers
63 views
Reading the Sharepoint list form field and comparing with today's date to hide the field
I am looking at this requirement and wondering if this is possible in SahrePoint 2007, here is what I am looking at,
I have SP 2007 list form which has 4 fields like this,
07/01 - 07/31
08/01 - ...
0
votes
0answers
61 views
Disable Javascript alert to save content on Closing SharePoint 2007 Editform
I am using a SharePoint 2007 Publishing Site. In one of our Lists Custom Edit Forms, when user tries to close the EditForm Window at browser level, user gets a notification asking if the contents of ...
0
votes
0answers
133 views
Extracting data from a specific row in a list using SPServices on SharePoint 2007
I'm trying to write a script using jQuery and SPServices which will extract some data from a specific row in a SharePoint list according to whichever button a user clicks (the buttons are just styles ...
1
vote
1answer
425 views
jquery <Script> tag added in the Sharepoint Masterpage is not rendered in Popup page
i have added the script tag "/_layouts/Memento/jquery.tablednd.js" along with few other script tags in the SharePoint master page under "head". I am calling a popup page by doing ...
0
votes
1answer
217 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
2k 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
2answers
993 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
554 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
73 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
269 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
808 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
161 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
68 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
135 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
385 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
78 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
254 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
132 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
79 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 ...
0
votes
2answers
2k views
FancyBox 2 + IE8 / Chrome - Fails to work
Good afternoon!
I need some help here. I've been beating my head against the wall here and can't figure out why fancybox won't work. I am trying to load some iframes with some links and have them ...
0
votes
1answer
2k views
Looking for a really simple example of UpdateListItems for SPservices with Sharepoint 2007
I'm just getting into SPServices for Sharepoint, seems like it could be the business for my needs, i.e. programatically updating values in a list.
As a test, I've tried the following code to update ...
1
vote
2answers
2k views
jquery 1.7.2. spservices Syntax error, unrecognized expression: [nodeName=z:row]
Getting Syntax error, unrecognized expression: [nodeName=z:row] on this code.
<script type="text/javascript" src="https://.../jquery.js"></script>
<script type="text/javascript" ...
0
votes
1answer
126 views
Access/Change the html of a class in another webpart on the same page
I have a div class='myDiv' in a webpart on my page. I need to access that div from another webpart on the page I wish to use javascript/jquery to do so. Since they are not inside of the same page ...
0
votes
1answer
527 views
Is it possible to call a page method using jquery in SharePoint 2007?
We have a custom aspx page with codebehind class deployed in a DLL in GAC. I am trying to call a method in the codebehind using jquery to get the autocomplete behavior for a textbox. The method has ...
0
votes
0answers
244 views
Selecting default value in drop down via jQuery
I have a SharePoint 2007 WebPart page with a calender list, this WebPart page has a version number in its title, e.g. "WebPart 1.62".
What I need to do is when a new item is created in the calender ...
1
vote
1answer
2k views
How can I create a Table of Contents automatically in a Sharepoint 2007 wiki page?
As our users get more familiar with the wiki functionality, and like it, we see that pages are getting longer and more difficult to navigate.
We would like to be able to generate table of contents on ...
0
votes
1answer
394 views
How to declare variables to be used in $(document).ready(); and PreSaveAction
I'm trying to make a check-in/check-out system for a sharepoint list and I need some functionality using the same variables bout in the $(document).ready and the PresaveAction. So far everything I've ...
0
votes
3answers
1k views
jQuery Alert working in HTML, not working when added to SharePoint CEWP
It works on my fiddle http://jsfiddle.net/JustJill54/XFaaG/11/, but does not when I add jQuery code to CEWP.
(FYI. I am only putting jQuery in CEWP for proof of concept.)
Only difference when I view ...
0
votes
2answers
263 views
jQuery toggle not working on existing records
I have a SP2007 form called editItem. I have found that when sharePoint renders formfields, there is an attribute- title- which holds the contents of the SharePoint fieldname attribute.
My issue is ...
0
votes
1answer
704 views
getting contents of SharePoint:FormFields
I'm sorry if this is really obvious, however, I haven't found ANYTHING that explains it... using a SharePoint:FormField. I've found countless resources on how to do the following in HTML, but when ...
1
vote
1answer
201 views
Having trouble with jQuery height auto-adjust
I have a page in SharePoint that contains both a local and global content. For the local content, we use a customized editor web part (Telerik). For the global content, I had jQuery write the contents ...
0
votes
1answer
599 views
Calling ExpGroupBy using jQuery for specific group
I'm executing a click event using jQuery that should expand a certain group.
The code is:
01.<xsl:if test="not($hidedetail)" ddwrt:cf_ignore="1">
02. <a href="javascript:" ...
0
votes
1answer
785 views
jQuery Ajax request in Sharepoint 2007 (SOAP)
I have the following web service:
SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /_vti_bin/QuickLinks.asmx ...
0
votes
1answer
321 views
SharePoint 2007 onchange event not unbinding in ie6
Im confident that this isnt a sharepoint 2007 issue, but id rather cover all of my bases.
I am consulting at a large company, developing a sharepoint solution for their intranet. One of my tasks is ...
1
vote
0answers
389 views
Glossary Web Part for SharePoint 2007 / Glossary jQuery / Glossary Management System
Is there a Glossary Web part in SharePoint 2007 that can do the following:
[1] It allows user to enter keyword and its description.
Example:
Keyword: HTML
Description: Hypertext Markup Language ...
0
votes
2answers
2k views
jquery SPGetCurrentUser() to get the current logged in username in sharepoint 2007
I would like to use jquery to get the current logged in username and pass the user information to the connectible webpart.
This is what I have written in CEWP.
<script type="text/javascript" ...
3
votes
2answers
453 views
.delegate() not binding to anchor elements tag
I’m trying to use the delegate function and not succeeding, here is my html…
<td class="ms-vb-icon">
<a tabindex="-1" href="/ACKNOWLEDGEMENT%20OF%20DEBT%20-%20SCOTLAND.doc"
...
0
votes
1answer
537 views
jquery to look up a list column in another SharePoint 2007 list and plug value in on change?
I have a page with a form in SP 2007. I've added a dataview to another list to that page and hidden it using a DIV tag. that dataview shows up as a table under a div with ID="WebPartWP
Q3", but I ...
1
vote
1answer
2k views
Hide a column in display(view form) in Sharepoint 2007 using JQUERY
I am trying to hide a column in Sharepoint 2007 using Jquery. The code I am working to hide columns
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
...
2
votes
3answers
3k views
Need jquery code to disable Drop downs and people pickers when a option in dropdown is selected in sharepoint
I am working with moss 2007. I created a drop down column in which has 3 options. If option1 and option 2 are selected the Dropdowns and People pickers should be disabled and if option 3 selected the ...
0
votes
2answers
573 views
create list items with jquery
Went to the Jan Tielens' Bloggings:
http://weblogs.asp.net/jan/archive/2009/04/10/creating-list-items-with-jquery-and-the-sharepoint-web-services.aspx
I've successfully adapted his script. Problem ...
1
vote
1answer
1k views
replace url parameter and text using jquery?
When I click search button the url parameter is taking care of. I need to change that url parameter name and value using jquery.
per example: search button clicked
...
0
votes
0answers
2k views
Enabling and disabling a column in sharepoint Using Jquery
I am working with jquery inorder to hide and to show certain columns in Sharepoint. The below code is done by me inorder to hide and show the columns. But here I would like to enable and disable the ...
0
votes
1answer
177 views
SharePoint 2007 Collapse Regions Function
I am trying to expand on the code authored by AutoSponge http://www.endusersharepoint.com/2008/12/22/jquery-for-everyone-cleaning-windows-pt2/
Instead of using <input type="checkbox" ... /> to ...
1
vote
1answer
317 views
Moss2007 working with drop down, show textboxes when option is selected
Currently working moss 2007, and having a issue with drop down. If a 3rd option in a drop down is selected then it should show three text boxes below. I know it has to be work with Jquery, but quite ...
1
vote
1answer
868 views
Programmatically changing values of Sharepoint 2007 lists
I have an ID field in one of my lists which may change and needs to be updated in list items in various lists. I need to know if this is possible. I know I could accomplish it using C# and ...
1
vote
1answer
794 views
HTML table with Sharepoint List Values
I'm having trouble working with a severely locked down version of sharepoint. I am trying to render a graph based on a Sharepoint list and although i've had success displaying the chart in sharepoint ...
2
votes
2answers
379 views
Part of javascripts gets cut off in browser
Greetings
One of my clients javascript files is failing. I have found the reason, but the discovery has made me REALLY confused as I have never seen anything like it.
The issue is that when the ...
1
vote
4answers
1k views
Using Jquery to selecting an id with curly brackets
I've got such a frustrating question for which I'm convinced there is an easy answer. Unfortunately I can't seem to find it anywhere! I have a table which I have no control over (SharePoint) and the ...