New Post: SPFindPeoplePicker's checkNames not allowing for "false"... what am...
Hello, I am using Sharepoint 2010, SPServices 0.7.2and , JQuery 1.8.3. when I use the $().SPFindPeoplePicker function, the value in the field is checked even if I set the checkNames to false. Am I...
View ArticleNew Post: SPFindPeoplePicker's checkNames not allowing for "false"... what am...
Well, I think the issue is not that the checkNames=false is not working but rather that Sharepoint is the one failing the validation for the value in the field AFTER (not during) my call to...
View ArticleNew Post: Running SPServices in SharePoint 2013?
Can anyone confirm that SPServices runs 100% on SharePoint 2013? I did do a search and from the results it seems that it does work, but I just wanted to double check to be sure. So far I tried creating...
View ArticleNew Post: Running SPServices in SharePoint 2013?
dennison: The majority of SPservices works fine in 2013, though I haven't tested everything. SPCascadeDropdowns ought to work fine. M.
View ArticleNew Post: Escaping Characters in Safari
I have a need to populate a rich text field in a list. I can get it to work in IE with the code below no problem, but when I run tests on the same page in Safari, it doesn't write to the list. To back...
View ArticleNew Post: Running SPServices in SharePoint 2013?
Thanks Marc for the quick response, appreciate it!
View ArticleNew Post: Running SPServices in SharePoint 2013?
Okay, I have been tinkering with this for the past 4 hours, so either I'm too tired or this is just beyond me. I can confirm that jQuery and SPServices is working fine by following...
View ArticleNew Post: Running SPServices in SharePoint 2013?
Country and Region can't be choice columns; they must be lookups into the relationshipLists. M.
View ArticleNew Post: Running SPServices in SharePoint 2013?
sympmarc wrote: Country and Region can't be choice columns; they must be lookups into the relationshipLists. M. Ahh there we go. Wow, it really works. Amazing :) Kudos!
View ArticleNew Post: Running SPServices in SharePoint 2013?
The difference between magic and science is small. ;+) M.
View ArticleNew Post: SPServices for .aspx page other than NewForm.aspx and EditForm.aspx
veriton205: SPCascadeDropdowns is meant to work on SharePoint forms. If you are building dropdowns on other pages, you should be able to mimic the logic easily enough, but SPServices will only work if...
View ArticleCreated Issue: SPServices / jQuery ID Selectors in SP 2013, SPAutoComplete...
From https://spservices.codeplex.com/discussions/443533Hey all,First, Marc, I'm a long-time fan of your work - thanks so much for all of your amazing work not only on SPServices but with the SharePoint...
View ArticleNew Post: SPServices / jQuery ID Selectors in SP 2013, SPAutoComplete
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCommented Feature: Extending $().SPServices.SPListNameFromUrl [10057]
From: http://spservices.codeplex.com/discussions/348892Add an option to allow passing in a URL to the function rather than simply picking up the current context. This will help where custom list forms...
View ArticleNew Post: SPGetCurrentUser not returning user information
No particular ideas on this one, Owen. Did you work it out? M.
View ArticleNew Post: SPGetCurrentUser not returning user information
Unfortunately, no. I went back to chaining context loads to grab the info I needed, which works but is obviously much slower.
View ArticleNew Post: SPFilterDropdown not working with content type
Hi, I am using version 0.7.2, and I have the similar issue as describe in this post. I am using SPFilterDropdown() but as soon as items number is more than 20, filter does not work any more. Code used...
View ArticleNew Post: SPFindPeoplePicker's checkNames not allowing for "false"... what am...
Thanks for the reply. Yeah, I realized later that it didn't really matter if I used True or False, the check was going to be done one way or another at some point. AQll is good now. Thanks!!
View ArticleNew Post: Running SPServices in SharePoint 2013?
Amen brother. Though most of the times I wish science problems can be solved by simply uttering "abracadabra"
View Article