New Post: $().SPServices.SPCascadeDropdowns without relationships list
Hi, I need to create cascaded dropdowns on a SharePoint site (not on a list form), containing data from SharePoint lists. I don't have a relationshipList, I just need to fill the dropdowns. Is there...
View ArticleNew Post: $().SPServices.SPCascadeDropdowns without relationships list
Pascal: Where would you store the relationship info and why would you not put it in lists? M.
View ArticleNew Post: Troublesome eventlistener in spservices generated table
Update: Thought I'd share my finished solution as I found something that works that could perhaps be of use for others as well. Anyway, this code will query a list for all items created by the current...
View ArticleNew Post: $().SPServices.SPCascadeDropdowns without relationships list
Outside of an Edit/New Form, this sounds like a custom solution, not SPCascadingDropDowns. IMOPaul. :) -- _________Paul T
View ArticleCreated Unassigned: L_Menu_BaseUrl is undefined [10211]
The fix is included in 2013.01 but not in this release[TEXT](https://spservices.codeplex.com/workitem/10136)
View ArticleEdited Unassigned: L_Menu_BaseUrl is undefined [10211]
The fix is included in 2013.01 [Improve Context Sensing](https://spservices.codeplex.com/workitem/10136) but not in this release.
View ArticleEdited Unassigned: L_Menu_BaseUrl is undefined [10211]
The fix is included in 2013.01 [Improve Context Sensing](https://spservices.codeplex.com/workitem/10136) but not in this release 2013.02a.
View ArticleNew Post: $().SPServices.SPCascadeDropdowns without relationships list
sympmarc wrote: Pascal: Where would you store the relationship info and why would you not put it in lists? M. I need to build a custom search form. Some of the selection criterias should be presented...
View ArticleNew Post: get list item (XML) and update coulm
Hi, 1- read all data in library 2- separate XML and PDF file 3- Read XML data 4- Update PDF column from XML file This is my cod :<script language="javascript" type="text/javascript">...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
I have creates 2 lists. ProcessArea: Title ProcessSubArea:Title,ProcessArea(Look up to ProcessArea List Title column) Then I have created a document library named ProcessMapping where I have created 2...
View ArticleNew Post: $().SPServices.SPCascadeDropdowns without relationships list
Well, that's the whole point of using the relationshipLists. If you're using a lookup column, then you're using a list for the source anyway. Or maybe I'm missing something. M.
View ArticleNew Post: get list item (XML) and update coulm
Are you having a problem? Showing your code for others? M.
View ArticleNew Post: $().SPServices.SPCascadeDropdowns without relationships list
sympmarc wrote: Well, that's the whole point of using the relationshipLists. If you're using a lookup column, then you're using a list for the source anyway. Or maybe I'm missing something. M. Thanks...
View ArticleNew Post: SPGetCurrentUser Sizzle error
My JavaScript skills are pretty rusty Marc, so I've been slowly debugging SharePoint 2010 in IE9. The error I encounter (returned from the Sizzle library) seems to be where the "find" attempts to...
View ArticleNew Post: SPGetCurrentUser Sizzle error
There are known issues with the minified version of jQuery 1.9.0, so I'd suggest switching to 1.10.2. Let me know if the issue still exists at that point. M.
View ArticleNew Post: SPGetCurrentUser Sizzle error
Bullseye, Marc! I am now using 1.10.2 (non-minified) and it worked the first time. I guess I should've just tried it without bothering you first. I had settled on 1.9.0 because I read 1.9.1 had issues,...
View ArticleNew Post: Is SPFindPeoplePicker missing SPServices node in its definition?
Marc-- I see that SPFindPeoplePicker is defined in jquery.SPServices-2013.02a.js like this: 3582 $.fn.SPFindPeoplePicker = function(options) { Is it missing the SPServices node?...
View ArticleNew Post: get list item (XML) and update coulm
sympmarc wrote: Are you having a problem? Showing your code for others? M. Actually i had problem , but one of my friend help me to solve it ... tnx to her ... but i got other question : How to update...
View ArticleNew Post: UpdateList Items not updating choice column
Background: I am trying to update a drop down choice field using Update List items. This is a site column used in a custom content type. Code that I am using is function...
View ArticleNew Post: SPGetCurrentUser Sizzle error
Both of the 1.9 releases had issues and they were short-lived. M.
View Article