New Post: Prepopulate Multi Select in form after SPFilterDropdown
I thought the same, I tried it and it complained that the object doesn't support that method. I may have overlooked something, but I didn't play with it too much. My guess was that SPCascadeDropdowns...
View ArticleNew Post: Prepopulate Multi Select in form after SPFilterDropdown
Ah, I see what you mean. I was thinking of the dblclick on the data values. Well, if it works, it works, I guess! M.
View ArticleNew Post: Promise chaining
What happens with your approach if just the completefunc is used? (I can't test right now.) One of my goals is always to not change any existing behavior for backward compatibility (whether I like that...
View ArticleNew Post: Promise chaining
All the code that has only a completefunc seems to be running as expected. As I ponder this case further, I realize that nested ajax calls in the traditional completefunc would also get left off the...
View ArticleNew Post: Promise chaining
Ricardo, Your loosing me on what you actually want to do - and truthfull, I think SPService already does it. Your last comment - "realize that nested ajax calls in the traditional completefunc would...
View ArticleNew Post: Promise chaining
Hi Paul, Thank you for the in depth answer, I think everyone will appreciate such a thorough explanation of JQuery deferred object execution order. To answer your question as to what was not working...
View ArticleNew Post: Promise chaining
Ricardo, No problem... I too build my services in a similar way: expose a .promise() to the caller handle the multiple ajax calls within the service, only resolving the .promise() when I have all...
View ArticleCreated Feature: Make DropdownCtl Function Public [10229]
The dropdownCtl function has been in SPServices for many versions. With the recent changes to way title attributes are set in Office365, it makes sense to expose this as a public function.
View ArticleCommented Feature: Make DropdownCtl Function Public [10229]
The dropdownCtl function has been in SPServices for many versions. With the recent changes to way title attributes are set in Office365, it makes sense to expose this as a public function.Comments:...
View ArticleUpdated Release: SPServices 2014.01 (Feb 03, 2014)
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 ArticleReleased: SPServices 2014.01 (Feb 09, 2014)
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 2014.01 (Feb 09, 2014)
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 Wiki: $().SPServices.SPDropdownCtl
Function$().SPServices.SPDropdownCtlCertificationFunctionalitySPDropdownCtl was previously a private function I used in SPServices to find dropdown controls in the DOM. Because of the changes to the...
View ArticleUpdated Wiki: $().SPServices.SPDropdownCtl
Function$().SPServices.SPDropdownCtlCertificationFunctionalitySPDropdownCtl was previously a private function I used in SPServices to find dropdown controls in the DOM. Because of the changes to the...
View ArticleUpdated Wiki: $().SPServices.SPDropdownCtl
Function$().SPServices.SPDropdownCtlCertificationFunctionalitySPDropdownCtl was previously a private function I used in SPServices to find dropdown controls in the DOM. Because of the changes to the...
View ArticleCommented Feature: Make DropdownCtl Function Public [10229]
The dropdownCtl function has been in SPServices for many versions. With the recent changes to way title attributes are set in Office365, it makes sense to expose this as a public function.Comments: See...
View ArticleReleased: SPServices 2014.01 (Feb 09, 2014)
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 2014.01 (Feb 09, 2014)
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 ArticleNew Post: Cascading Filter Requirement
Voila, it worked by removing the Required Field text. Actually as per the documentation , I saw its the display name of the field. But with the earlier versions of script, I see that the script access...
View ArticleNew Post: Get Location information from SPServices
I can get many of the properties of user from SPServices but i cannot get location information.<script src="/SiteAssets/jquery.min.js" type="text/javascript"></script><script...
View Article