New Post: SPCascadeDropdowns - Items within folders
Sorry for taking a while to reply, I got to see snow for the first time in five years this weekend...Anyway a default view showing all files did the trick! Thank you.Just in case it helps, the reason...
View ArticleNew Post: Blog Post Approval Status
I'm using SPServices to Add/Edit/Delete items on a Blog Post collection in Sharepoint. Everything is working as expected except the idea of Approval Status. I can't seem to find how to change the...
View ArticleNew Post: Blog Post Approval Status
Found the solution: $().SPServices({ webURL: "yourwebsiteaddress", operation: "UpdateListItems", listName: "yourlistname", ID: yourlistidvalue, batchCmd: "Moderate", valuepairs: [["_ModerationStatus",...
View ArticleNew Post: Cascading dropdowns using Content Type drop-down?
I tried to use the cascading dropdowns script to filter a "sub-type" drop-down, using the Content Type (which appears as a drop-down list in the edit form) as parent, but it did not work. Unless I...
View ArticleNew Post: Cascading dropdowns using Content Type drop-down?
It sounds like you should have multiple Content Types which inherit from one common Content Type rather than cascading dropdowns. I can see the complications that you're describing, but I'm guessing...
View ArticleNew Post: Cascading dropdowns using Content Type drop-down?
We actually do have multiple content types which inherit from one common type. I think the architectural problem is unavoidable. Creating a separate site column for each derived content type,...
View ArticleNew Post: Cascading dropdowns using Content Type drop-down?
It's certainly possible to do what you want to do, but SPCascadeDropdowns won't do it as it is currently written. The function wants all of the values to be stored in lists for lookups, as your...
View ArticleNew Post: AnyOne tell me - How to add Reply to DiscussionBoard use SPServices
Hi,Above code very useful. But how can we reply to a reply? Do we have any sample for that? Your help will be highly appreciated.Thanks,Jigar
View ArticleNew Post: GetListItemChanges to get Version History
Hi all,i'm trying to build a SharePoint page with a DFWP that Displays the complete VersionHistroy all items of a SharePoint List and the list entries.since the GetVersionCollection isn't very helpful...
View ArticleNew Post: GetListItemChanges to get Version History
Hi sympmarc,yes i've looked at GetVersion. Sadly GetVersions works only for Document Librarys and not for SharePoint Lists.-Matthias
View ArticleNew Post: Create a jqueryui sortable Sharepoint list with CEWP
Thanks for the help! It is working great in Chrome (it is exactly what I was looking for), but I am unable to get it running in IE (was running IE8 and an upgrade to IE9 didn't fix it). It won't show...
View ArticleNew Post: Create a jqueryui sortable Sharepoint list with CEWP
I recently used jquery ui sortable and found that the issues i was experiencing where all caused by the page doctype (set by the master page). I had to change it.PaulSent from mobile
View ArticleNew Post: Create a jqueryui sortable Sharepoint list with CEWP
I just found the problem. For some reason IE was not able to reference one of the jquery files on the SharePoint (despite the correct reference with Chrome). I redirected to the jquery site and...
View ArticleNew Post: GetListItemChanges to get Version History
Hi all,i've found a solution without using the webservices. You can always access the Version history by this URL:...
View ArticleNew Post: Create a jqueryui sortable Sharepoint list with CEWP
Paul:I've used jQueryUI .sortable() with no problems in the past. I have never had to change the doctype for anything I've done with jQuery.M.
View ArticleNew Post: GetListItemChanges to get Version History
Inventive AJAXing is an extremely useful toolset! Oftentime Microsoft has the info you want spread across multiple pages.M.
View ArticleNew Post: Create a jqueryui sortable Sharepoint list with CEWP
I was working with sp2007 and I'm bit sure if this is an issue with sp or my company, but all sites I have created here, none even set a doctype. I found some weird stuff with layout (CSS) and jumpy...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Hi Mark I thought I would get in touch regarding the cascading dropdowns. I have followed yours and others that have setup similar functionality to the letter. I get the dropdowns on screen as...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Thank you so much for this code! I had a problem with the CAMLQuery parameter. I had CAMLQuery: "<Eq><FieldRef Name='Closed'/><Value Type='Boolean'>0</Value></Eq>" and I...
View Article