New Post: Displaying List Items In Grid
I usually just emith the markup I want manually - the more conmplex frameworks like dataTables seem like unnecessary overhead to me. Here's a snippet of code from the SPArrangeChoices function that...
View ArticleNew Post: Can't set a Drop Down Choice Field using UpdateListItems
Scott: No worries. That kind of thing is why getting familiar with the in-browser debugging techniques is important. That, and I always enclose my values in "::" in alerts. ;+) M.
View ArticleNew Post: Displaying List Items In Grid
Marc, Not sure I see the connection here in your example with the structure I'm trying to create. Are you just looping through list items and outputting them without a table structure?
View ArticleNew Post: Displaying List Items In Grid
What you see above is just a part of the code; if you take a look in SPServices you can see what surrounds it. (Of course the TRs from the above code end up in a table.) My point was that it's not that...
View ArticleCommented Issue: SPDisplayRelatedInfo not working with matchOnId: true [10134]
From: http://spservices.codeplex.com/discussions/346508Did anyone get this figured out? I have run into the same issue. Using 'matchOnId: true' causes the function to return 0 items. I believe I have...
View ArticleCommented Issue: SPDisplayRelatedInfo not working with matchOnId: true [10134]
From: http://spservices.codeplex.com/discussions/346508Did anyone get this figured out? I have run into the same issue. Using 'matchOnId: true' causes the function to return 0 items. I believe I have...
View ArticleNew Comment on "$().SPServices.SPFindPeoplePicker"
Please excuse my ignorance, But if I simply want to check that my peoplepicker has a value in it how do call the currentValue?
View ArticleNew Post: SPFindPeoplelPicker
Please excuse my ignorance, But if I simply want to check that my peoplepicker has a value in it how do call the currentValue?
View ArticleNew Post: CAMLQuery filter not working
I would appreciate some help. I have a really successful map going. It uses spservices GetListItems wonderfully to return everything and put it on the map. But I sure would like to filter for...
View ArticleNew Post: Working with wiki pages and filtering is not returning correctly...
I am building a DVWP / Display form for an Enterprise Wiki to display comments on the pages they are entered on following...
View ArticleNew Post: CAMLQuery filter not working
It could be as simple as your quotes. You're using double quotes inside double quotes without escaping them. Two options: CAMLQuery: "<Query><Where><Eq><FieldRef Name=\"Status\"...
View ArticleNew Post: Working with wiki pages and filtering is not returning correctly...
So trying to get at the nut of this, is it that the filter CAMLQuery: "<eq><fieldref Name='PageID'/><value Type='Text'>_spContext.pageItemId</value></eq>", isn't giving...
View ArticleNew Post: Using GIT for Source Control and Community Code Contributions
Wanted to start a thread following this Tweet by Marc:@sympmarcJust did my first commit for SPServices to Codeplex using git. Gotta figure this stuff out Personally, I think that GIT is by far the...
View ArticleNew Post: Using GIT for Source Control and Community Code Contributions
Paul: Excellent. Thanks so much for getting this rolling. Your ideas make sense. While you were writing this, I was writing a blog post. One of the first questions may be: Should we use git here on...
View ArticleNew Post: http security warning in Internet Explorer
I'm currently working on an SPO implementation of 4k users that will have accounts from a non verified domain within the Office 365 tenant - So have to use the @xxxx.onmicrosoft.com format for their...
View ArticleNew Post: http security warning in Internet Explorer
I just did a quick check, and I'm not using the protocol anywhere in SPServices except in the SOAP namespaces. Are you referencing the js files with a protocol? See this...
View ArticleUpdated Wiki: Documentation
Please read the documentation (starting with theGeneral Instructions at the bottom of this page) before asking questions. I'm happy to help out, but it's so much nicer when folks read the...
View ArticleNew Post: Working with wiki pages and filtering is not returning correctly...
This is where the noob issues start to shine through. I was unsure how to write it back to the CAML for the view. I've never worked with JS or jQuery before this week and this was as far as I was able...
View Article