Can anyone point me in the direction for a NAB picker for x pages?
I am trying to set up an “Editors” field that will allow people to choose users from the NAB.
I had something working for the old domino form however I had to move everything to xpages.
Does anyone have any suggestions as to how to go about doing this?
Subject: Have you considered using Ajax type ahead with the suggestions using a @DbColumn on a view of the NAB.
Subject: Type ahead
I thought of this, however the editors field has to be able to contain several names and I am not sure how that would work with a type ahead.
Subject: Type ahead can do multiple selections…
Have a look at http://openntf.org/demos/xpages.nsf/ajaxTypeAhead.xsp and then play around with the “Client separator ‘,’ | type ‘e’ or ‘E’ ()” then have a look at the inside of the app here - OpenNTF.org - The Open Source Community for Collaboration Solutions
There’s another good example here http://openntf.org/demos/profiles.nsf - from OpenNTF.org - The Open Source Community for Collaboration Solutions
Go to the profiles page and Languages on the My Geography page. This is another example of multiple selection on the type ahead.