BoolNordicAB / sharepoint-utilities

Makes client side SharePoint a bit nicer to work with (that's the plan, at least)
https://boolnordicab.github.io/sharepoint-utilities/doc/index.html
MIT License
14 stars 3 forks source link

Add Johannes' JS PeoplePicker #1

Closed joladev closed 9 years ago

joladev commented 10 years ago

SP.SOD.executeOrDelayUntilScriptLoaded(function () { var userField = form.find("input[id$='ClientPeoplePicker_EditorInput']").get(O); setTimeout(function() { var peoplepicker = SPClientPeoplePicker.PickerObjectFromSubElement(userField) peoplepicker.AddUserKeys(urlParams.AssignedTo); }, 500); }, "clientpeoplepicker.js");