Edited Unassigned: SPCascadeDropdowns Required Lookup issue [10256]
I hope that I can help someone to fix this problem, I investigated this problem some days ago, and I saw following lines of code with comments inside the $.fn.SPServices.SPDropdownCtl: // Last ditch...
View ArticleNew Post: editform.aspx, extra submit button
Also, the DOM content you posted looks radically different than what I'm used to seeing in a new or edit form. In the DOM content you posted, there isn't even a select tag included. I don't know what...
View ArticleNew Post: GetListItems
I can see the comma delimiter in the screenshot. The content to the left of the comma is relative link to an aspx page and the content to the right of the comma is a relative path to the image source.
View ArticleNew Post: SPServices - Differing Web Apps, Differing results
Here's a thought to consider. How did you build the new list in the production environment? Did you create it from scratch using the the development environment as a list or - did you save the dev list...
View ArticleNew Post: SPServices - Differing Web Apps, Differing results
Geoff, Thanks for the insght on the templates. I've run into something similar when building some of the production system objects for reuse. Templates are a useless feature to have if they're not...
View ArticleNew Post: Jquery to Show Calendar on Mouse of the Tile
Hi All, I have task which I haven't done before.I have tile in my promoted list and onmouse-hover of the tile I required to show the SharePoint 2013 calendar.Can any one help me how can I achieve this...
View ArticleNew Post: Show Tiles with rows and columns with text info
Hi All, I have 9 tiles and i required to show the tiles in rows and columns which I am able to achieve that with below snippet of jquery script.But i required to show information as "outlook" before...
View ArticleNew Post: editform.aspx, extra submit button
gkoliver: It's the server side view of the control, rather than what shows up in the DOM. If you customize a form with SPD, this is what you see in the DFWP. M.
View ArticleNew Post: SPServices - Differing Web Apps, Differing results
User Profiles and the User Information List are two different data stores. Basically, the UIL is what you use in SharePoint Foundation. Every Site Collection has its own UIL which contains every user...
View ArticleNew Post: Jquery to Show Calendar on Mouse of the Tile
It's tough to tell based on your minimal description of the requirement, but I don't think this would be an SPServices thing. You might need to AJAX in a page that displays the calendar, parse the...
View ArticleNew Post: Show Tiles with rows and columns with text info
As with your other thread, this isn't an SPServices thing at all. I'd suggest using a different forum. That said, why not just use fixed markup? M.
View ArticleNew Post: GetListItems
ahhh never mind between what you both gave me I got it to work. Thanks for all the help. You guys saved me
View ArticleNew Post: editform.aspx, extra submit button
Ahhh, that's why it looks foreign to me. Our server farm admins have locked down SharePoint so that no SPDesigner connection is allowed.
View ArticleNew Post: Unexpected error submitting a new/edit form when using...
Situation: Using a straigtforward Cascading dropdown with a parent and child column in new/editform.Used:Office 365 (SP 2013): Dutch languageEvent (Calendar) list.Content Type based on "Event"...
View ArticleNew Post: SPServices - Differing Web Apps, Differing results
Marc, I was finally able to get the SPGetCurrentUser working. After a couple of hours running line-by-line through the debugger, it occurred to me that it wasn't getting to the userdisp.aspx page. The...
View ArticleNew Post: SPServices across domains
I have an application in 1 site collection and I'm trying to get it to return operation: "GetUserCollectionFromSite" from a different collection. The different collections are in the same web...
View ArticleNew Post: SPServices across domains
I ran into a similar problem once. There are a handful of web services available to return user information from a site. I finally achieved success across domains using the operation...
View ArticleNew Post: SPServices across domains
I've tried this but it didn't work. I should mention that my errors change from: OPTIONS https://spweb2.ca/_vti_bin/usergroup.asmx 401 (Unauthorized) XMLHttpRequest cannot load...
View ArticleNew Post: Contributing
Sorry for not replying straight away but here goes. $(".lock-peoplepicker").each(function() { var context = $(this); $().SPServices.SPFindPeoplePicker({ thisRowFinder: function() { return context; }...
View ArticleNew Post: Pretty new to jQuery trying to do something (hopefully) simple with...
Hey guys, so I'm pretty new at jQuery and I'm trying to write a script that does:Gets list items (calendar)Gets and saves in a var the items' 'Title' and whether a checkbox is checked or notIf...
View Article