New Post: SPServices Filter Dropdown
Worked a treat! Thanks Geoff, great stuff! Big John
View ArticleNew Post: How to get the displayed text of a cascading drop down list with...
The getColumnSelected function is what I use inside SPServices to get the dropdown values, regardless the type. It requires a dropdown opbect (columnSelect) as identified by the DropDownCtl function....
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
hi thanks its working fine.. but in my case i am using IE8 when i select from 1st drop down it doesnt reflect in 2nd drop down as fast it takes time. and that's creating problem any suggestion Because...
View ArticleNew Post: SPComplexToSimpleDropdown in EditForm sets index to zero
Des: I'm not sure that you're doing anything wrong. It could be a bug. Can you explain more about your column and show the code you are using? M.
View ArticleNew Post: SPComplexToSimpleDropdown in EditForm sets index to zero
Hi MarcI've managed to work around the problem by grabbing the value on the way in and explicitly setting it after I've called the SPComplexToSimpleDrowdown function. I also noticed that if you don't...
View ArticleNew Post: SPServices.SPSetMultiSelectSizes and Custom List Forms
Marc, how do you get SPServices.SPSetMultiSelectSizes to work with a Custom List fom. I have my code as it was with the default list form. I have now customized the form to do some other things with it...
View ArticleNew Post: SPComplexToSimpleDropdown in EditForm sets index to zero
Interesting. Did you try reversing the two calls? M.
View ArticleNew Post: SPServices.SPSetMultiSelectSizes and Custom List Forms
Generally speaking, it ought to work as long as you haven't changed the control for the multi-select. It's sort of hard to say. M.
View ArticleNew Post: SPComplexToSimpleDropdown in EditForm sets index to zero
Just tried that Marc and the same thing happens except that I get (None) rather than the Choose... option so I suspect the SPComplexToSimpleDropdown function doesn't like being called after the...
View ArticleNew Post: SPServices.SPSetMultiSelectSizes and Custom List Forms
You know what???? I must have been smoking something. It is working just fine. Sorry about that.
View ArticleNew Post: SPServices.SPSetMultiSelectSizes and Custom List Forms
Awesome. Don't smoke that stuff. Apparently it breaks things. M.
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 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: Paging Through Lists
Thanks Janesh, .replace(/&/g,'&').replace(/"/g,'"').replace(/</g,'<').replace(/>/g,'>'); helped a lot!
View ArticleNew Post: Upload Document to Sharepoint list
I have been using SPServices for my most of the projects and for a fact its solves most of my issues. Thnx a lot for that. Recently I am working on a project where I have created a list to store data....
View ArticleReleased: SPServices 2013.01 (Apr 10, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleUpdated Release: SPServices 2013.01 (Apr 10, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleCommented Issue: SPGetCurrentSite() fails when page URL has hash anchor...
From: http://spservices.codeplex.com/discussions/398175Hi Marc...Came across an issue with SPGetCurrentSite() utility... Looks like it is not setup to strip out any url hash information, which in some...
View ArticleCommented Issue: SPGetCurrentSite() fails when page URL has hash anchor...
From: http://spservices.codeplex.com/discussions/398175Hi Marc...Came across an issue with SPGetCurrentSite() utility... Looks like it is not setup to strip out any url hash information, which in some...
View ArticleNew Post: Limitations of SPServices
Hi I am getting a similar issue with sp2010 portal, patched to Feb 13 CU In my custom master page<SharePoint:ScriptLink language="javascript" name="~sitecollection/Style...
View Article