New Post: CascadingDropdown on SP2013
If you're not getting any script errors and you don't see a debug error from SPServices, then there must be something off in your data. What does the States list look like? It should be two columns (or...
View ArticleNew Post: CascadingDropdown on SP2013
marc, Here's the details on the lists. Locations: Region: States: G
View ArticleReleased: SPServices 2013.02 (Dec 14, 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.02 (Dec 14, 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 ArticleNew Post: CascadingDropdown on SP2013
I was just creating an identical setup in my Office365 instance, and I noticed that you have "curly" quotes around the text values in your code, like this: “Title” as opposed to "Title". That would...
View ArticleReleased: SPServices 2013.02 (Dec 14, 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.02 (Dec 14, 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 ArticleCreated Issue: Multi-Select Dropdown Controls Don't Have Name Attributes [10206]
In SP2007 and 2010, I'm finding the different bits of multi-select dropdowns using selectors like this:``` javascript // Find the important bits of the multi-select if(childSelect.Type === "M") {...
View ArticleCreated Task: Replace GetList/GetListItems Pairing Calls with...
It several places, I'm making a call to GetList to find out column information and then using GetListItems to get the items themselves. GetListItemChangesSinceToken accomplishes both in one call.
View ArticleNew Comment on "ModifyUserPropertyByAccountName"
functioning demo (with steps) http://www.aroragary.com/modify-user-profile-properties-sharepoint-online-2013-using-spservices/
View ArticleNew Post: SPListNameFromUrl throws execption when used for a file stored in...
Not excatly! We don't use the autocompletion function on a list form, rather on a custom webpart we've placed on the welcomepage of our root web. So the the issue might be the assumption that the...
View ArticleNew Post: Problem with Multiple Selection Items
Hi, I'm using Sharepoint 2010. I have a parent and child list with just 3 entries at the moment. Parent and child cascade woks fine when there is only one item allowed in the parent and child. When I...
View ArticleNew Post: SPListNameFromUrl throws execption when used for a file stored in...
That explains it. I never set up SPAutocomplete to work outside a list context. After I built the function originally, I realized that jQueryUI's autocomplete function was far superior and didn't do...
View ArticleCreated Unassigned: Start Workflow not working on Sharepoint 2013 Foundation...
Developed a page that uses javascript to start a workflow on all items in a list. Works correctly on Office/365 site. On two different SharePoint 2013 Foundation sites the workflows are not executed...
View ArticleClosed Unassigned: Start Workflow not working on Sharepoint 2013 Foundation...
Developed a page that uses javascript to start a workflow on all items in a list. Works correctly on Office/365 site. On two different SharePoint 2013 Foundation sites the workflows are not executed...
View ArticleEdited Issue: Multi-Select Dropdown Controls Don't Have Name Attributes [10206]
In SP2007 and 2010, I'm finding the different bits of multi-select dropdowns using selectors like this:``` javascript // Find the important bits of the multi-select if(childSelect.Type === "M") {...
View ArticleCommented Issue: Multi-Select Dropdown Controls Don't Have Name Attributes...
In SP2007 and 2010, I'm finding the different bits of multi-select dropdowns using selectors like this:``` javascript // Find the important bits of the multi-select if(childSelect.Type === "M") {...
View ArticleReleased: SPServices 2013.02 (Dec 16, 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.02 (Dec 16, 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 Article