You may (or may not) have noticed the
FriendPicker (MyOpenSpace.Widgets.FriendPicker) has been updated (now version 0.4). See the sample in the following app:
MyOpenSpace.Widget Samples
What does this include? A number of bug fixes. A bootstrap loader to fix IE and Safari timing issues, and more:
- Bootstrapper added to main Widgets static class for loading Widgets
- Support for multiple pickers on a page
- Text-only mode for pickers
- Keyboard support for search results
- Fixed IE rendering bug of loading notice
- Addition of style packs for FriendPicker
The bootstrap call looks like this:
MyOpenSpace.Widgets.Bootstrapper.createWidget("MyOpenSpace.Widgets.FriendPicker",
function(p){window.friendPicker = p;},
{
element: "pickerDivID01",
buildSelectedUI: true
}); Make some noise if you find issues or have suggestions.