New Post: Does SPDisplayRelatedInfo Work With Normal Input Fields?
Thanks. I'll check out smart selectors. Sorry, but I'm not sure I follow. Don't I have to retrieve and pass every value to autocomplete 1st? So even if it's set to 2 or 3 characters, I've still had to...
View ArticleNew Post: Does SPDisplayRelatedInfo Work With Normal Input Fields?
If you're using the SPServices autocomplete function, then it'll take care of the filtering for you. If you're wiring up jQueryUI's autocomplete, then you'll want to add your own filtering. Since the...
View ArticleNew Post: Does SPDisplayRelatedInfo Work With Normal Input Fields?
I can't use the SPServices version as that no longer works on a text field and the list is to big to use a standard look up column, so I'm using JQueryUI. That makes more sense. How do I call...
View ArticleNew Post: Does SPDisplayRelatedInfo Work With Normal Input Fields?
Check the minLength option:http://api.jqueryui.com/autocomplete/#option-minLength M.
View ArticleNew Post: Does SPDisplayRelatedInfo Work With Normal Input Fields?
I'm aware of the minLength option and I'm obviously being really slow here, but I still don't understand how/when I'm supposed to call autocomplete. I get that I need to call autocomplete after a few...
View ArticleNew Post: Does SPDisplayRelatedInfo Work With Normal Input Fields?
@ixwood Take a look at the autocomplete documentation - specifically the 'source' option: http://api.jqueryui.com/autocomplete/ Take a look at autocomplete examples - specifically the one that uses...
View ArticleNew Post: Strange behavior when testing script references
I just added your script to a page and all three alerts fire for me. I'm not sure what's happening on your end. M.
View ArticleNew Post: Strange behavior when testing script references
Just as a thought - have you tried using jQuery 1.8.x instead, as a test? I appreciate you may need to use 1.72 for other things - it might at least help narrow things further...
View ArticleNew Post: Does SPDisplayRelatedInfo Work With Normal Input Fields?
Thanks ptavares. That's very helpful. I'll try it later, but think I finally get it now. I didn't appreciate that you could make the source a function. Clever! Your widget looks very interesting....
View ArticleNew Post: GetUserprofileByName function just for users who have permissions...
Hi guys, I've got the following problem: I develop a form, where you have to chose a person with the "SharePoint:PeopleEditor" element. Now I try to get more information about that person from the...
View ArticleNew Post: [noob] Can I use SPServices from outside the SP site ?
I have the same question. I'm primarily an Oracle developer and create a lot of web apps with Application Express. I've been asked to make my applications more "Sharepoint like", but I have virtually...
View ArticleNew Post: [noob] Can I use SPServices from outside the SP site ?
Hi Shayz, Hopefully this will help: AFAIK, SPServices can be used outside of Sharepoint, but you will come across issues with credential challenges - SharePoint deals with this automatically, without...
View ArticleNew Post: Cascading column lookup appearing at the top of form
My cascading columns (parent/child) appear at the bottom of the form but when the drop down is selected, the values appear at the top of the form.
View ArticleNew Post: Cascading column lookup appearing at the top of form
Not much to go one here. Do you have custom branding in place? What SPServices functions are are you using? Screenshots? M.
View ArticleNew Post: Issues Cascading 2 MultiSelects
Hi all, I'm new to SPServices and was hoping to use it for a project I am working on. The scenario I am having an issue with 2 multiselect lists in a calendar view. Below is the structure of the 2...
View ArticleNew Post: Issues Cascading 2 MultiSelects
Oh and if it helps, the environment is SP 2013... darklodus
View ArticleNew Post: Issues Cascading 2 MultiSelects
As a start, if you add in the lines below that I've highlighted (with "__" each side), you should get the raw response from SPServices, which will hopefully give us an idea of what is going...
View ArticleNew Post: Issues Cascading 2 MultiSelects
alibby, Thanks for the reply, when I inserted the snip you put in there it still does nothing. I know the code impacts the multiselects because I one point in my changes so far I had the second...
View ArticleNew Post: [noob] Can I use SPServices from outside the SP site ?
Thanks for the feedback. At the moment the only Sharepoint features I'm trying to implement in APEX are automatic authentication and presence icons. I've written a function in Oracle to authenticate...
View Article