New Post: SPFilterDropDown: Sort Descending
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Building a button to command a SPS script
Thanks, worked straight away. I also removed the $ sign and changed the redirect command to normal javascript like: window.location.href='http://www.google.com';
View ArticleNew Post: Create a jqueryui sortable Sharepoint list with CEWP
I have been looking all over the internet for a solution to my priority re-ordering problem in sharepoint. I think this is exactly what I need, but I believe my inexperience in code/SharePoint is...
View ArticleNew Post: AddWebPart to page
I'm trying to use the the AddWebPart method of the WebPartPages web service. I can get the example to work for a content editor web part, no issue there. What I really need to do is to add web parts...
View ArticleNew Post: AddWebPart to page
Think I finally found my answer, http://www.glynblogs.com/2011/04/exporting-the-xslt-list-view-web-part-in-sharepoint-2010.html
View ArticleNew Post: Create a jqueryui sortable Sharepoint list with CEWP
The jQuery team changed something in the library so that .find("z\\:row,row") no longer works. I think it was in 1.7 or so.Instead, use the SPFilterNode function in SPServices: .SPFilterNode("z:row")....
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Great work Marc. Thank you. I've used SPServices successfully for a couple of projects. One recent struggle I'm hoping you can help with. Example: Cascading Lookups for columns A through D. Column D's...
View ArticleNew Post: Add a document to a library
Hi,I am using copyintoitems to copy document. However I need to assign the document properties also. What is the syntax to provide "Fields" information to SPservices - CopyintoItems operation? Please...
View ArticleNew Post: SPCascadeDropdowns - Items within folders
First of all thank you to everyone who's contributed to SPServices.. Its a seriously cool addition to SharePoint.Anyway I have an issue with SPCascadeDropdowns on a Project task lists that contains...
View ArticleNew Post: SPCascadeDropdowns - Items within folders
No, you're not doing anything wrong.I'm not sure that anyone has ever had this issue before, at least I can't recall anyone ever asking that SPCascadeDropdowns work with items in folders. Usually...
View ArticleNew Post: SPCascadeDropdowns - Items within folders
I can't say this is certain but it may be that the default view on the source list is a view that includes folders. I seem to recall running into this myself. When the function runs to populate the...
View ArticleNew Post: SPCascadeDropdowns - Items within folders
Geoff:That may indeed work. However, because I'm passing in different filtering parameters than the default view has, the default view is effectively overridden.Knowing more about the goals will help.M.
View ArticleNew Post: Forth Level Selection issues - SPCascadeDropdowns
Marc, I've used SPServices successfully for a couple of projects. One recent struggle I'm hoping you can help with is similar (if not the same) as Phil's.Example: Cascading Lookups for columns A...
View ArticleNew Post: Forth Level Selection issues - SPCascadeDropdowns
Jack:SpCascadeDropdowns can only do a one-to-one relationship. If you can come up with a way for that to work by structuring your data differently, then great. Otherwise, you'll need to customize...
View ArticleNew Post: Bug for CreateContentType
Hi,I had some problems with CreateContentType. It looks like both the CreateContentType and UpdateContentType are mapped twice with the same name, once for the list and once for the webs web service....
View ArticleNew Post: Bug for CreateContentType
Fredrik:No, it's not you being tired. It looks like I started to fix it in v0.7.2, but didn't fully.// WEBS OPERATIONScase"Webs.CreateContentType": addToPayload(opt, ["displayName", "parentType",...
View ArticleNew Post: SPCascadeDropdowns - Items within folders
Couldn't you just pass in a <QueryOptions>ViewAttributes Scope='RecursiveAll' /></QueryOptions> bit of CAML in the CAMLQuery option to do a recursive lookup?
View ArticleNew Post: Bug for CreateContentType
Thanks a lot, that worked. Note that it was the same for UpdateContentType/Fredrik
View ArticleNew Post: Add to List if not in Drop Down
Hey Toga,I'm not sure how you made out, but I created a reusable version of the code that works with multi-select lookups ,you just need to call a methodsetupAddNew("Material...
View Article