Questions tagged [peoplepicker]

120 questions
19
votes
3 answers

How to select a contact with ABPeoplePickerNavigationController in Swift?

I have added the ABPeoplePickerNavigationController into my first view controller. I want that when I select a contact show the info to show in other view controller, but I'm trying use my code and this not show never when I click in a contact. This…
user3745888
  • 6,143
  • 15
  • 48
  • 97
11
votes
4 answers

iPhone ABPeoplePickerNavigationController - How to select two single entries of two different multivalue properties of a person from Addressbook

I'm near desperation as I search for a solution for weeks now. The Problem is simple: Via the ABPeoplePickerNavigationController (as a ModalView), a person should be selected. Then only (e.g.) the Mail addresses should be shown and the user should…
André
  • 111
  • 1
  • 1
  • 3
8
votes
2 answers

Get all users from active directory to sharepoint

I have to populate my autocomplete PeopleEditor-like control based on brililant ASPTokenInput with all people from my AD domain. Reflecting PeopleEditor shows a real mess in their Active Directory search engine and all potentially helpful classes…
7
votes
2 answers

How to keep peoplePickerNavigationController from automatically dismissing

In iOS 8, the following was deprecated: -(BOOL)peoplePickerNavigationController:(ABPeoplePickerNavigationController *)peoplePicker shouldContinueAfterSelectingPerson:(ABRecordRef)person and now we are supposed to…
6
votes
5 answers

i need jquery to fire when people picker returns the value to the main form from the browse pop up window

has anyone attempted trying to fire jquery change event when people picker returns the value to the main form from the pop up browse window? i have tried several tags in the jquery statement but nothing seems to work. (SP 2010)
Anthony
  • 536
  • 1
  • 8
  • 27
5
votes
1 answer

People Picker AllowEmpty Property

I am using the people picker user control of SharePoint in my aspx page. I have set the AllowEmpty property of people picker control as false. But, still the required field validation is not occurring for the control. I don't want to use a required…
Raghu
  • 185
  • 2
  • 7
  • 18
4
votes
3 answers

Execute Javascript only on page load, not PostBack (SharePoint)

I'm trying to execute some JavaScript on page load on a custom page on a SharePoint site (it populates the people picker with the current user). The problem is that the code executes on postback too, which I don't want as it will reset any changes…
user3320324
  • 109
  • 2
  • 10
4
votes
2 answers

Customize MOSS People Picker (PeopleEditor) Control

I have modified my MOSS 2007 configuration to query a given target AD successfully. I would like to show some custom LDAP fields (such as country) in the PeopleEditor control and allow users to search against these fields. Can someone point me…
Tangiest
  • 43,737
  • 24
  • 82
  • 113
3
votes
0 answers

Sharepoint 2007 people picker expand group to individuals

I am using a Sharepoint 2007 customized people picker control for a webpart (PickerDialog, CustomQueryControl, EntityEditorWithPicker). The control was working fine but the Sharepoint SP3 was applied and the control no longer allows me to expand a…
Todd
  • 31
  • 2
3
votes
4 answers

Setting Address Book image for a contact doesn't seem to work

I'm trying to set the contact image with the code below. I am not seeing any errors, and the image is not saved to the contact entry in the address book. Please help! I must be doing something wrong... -…
mac_55
  • 4,130
  • 7
  • 31
  • 40
3
votes
2 answers

Why does this await keep me waiting forever?

I now have no problem with the People/Contacts displaying as I was having - several times in a row now they have all displayed - but the call to retrieve a Contacts object never returns - with the breakpoint on this line: var contact = await…
3
votes
1 answer

People Picker for MVC3

I am looking for People Picker Control similar to SharePoint one for MVC3 applications. Can you please suggest if there are any such controls available? What is the best approach to pick the people from AD in MVC3? Requirement: On one of the Views,…
Arun
  • 103
  • 2
  • 10
2
votes
2 answers

Get value from People Editor Control?

I have created a visual WebPart contains a people Editor control to pick the Manager Name(infact only one name). The control is working fine but i would like to store the particular value to a variable using code during the button click . how can i…
missReclusive
  • 105
  • 1
  • 4
  • 20
2
votes
3 answers

iPhone - People picker, is it possible to change the naviagtion bar color and text?

A quick iPhone question, I currently use a people picker in my application, I use a black navigation bar in my application but the people picker displays in the default blue color. I have tried: picker.navigationBar.backgroundColor = [UIColor…
Donal Rafferty
  • 19,707
  • 39
  • 114
  • 191
2
votes
1 answer

Autocomplete people picker in sharepoint2010

I have a problem in which I have to add an Auto Complete functionality for a new people picker of Sharepoint list newform.aspx While Googling I found…
1
2 3 4 5 6 7 8