Welcome Developers!

in

Welcome!

in
Blogs from the OpenSocial JS Container Team

FriendPicker widget updated

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.

Comments

 

Jesse <3's Bree said:

Thanks for the update, now update the look :)

August 5, 2008 6:21 PM
 

seth said:

Two questions:

1) Has it been addressed somewhere else how only the first 20 friends appear to be available?

2) Will this work with canvases that use an external iframe?  If so, are there any special instructions?

thx

-seth

August 26, 2008 11:37 PM
 

Steve said:

I have a few questions....

1) Is there a way to get ride of the click here for recipient and have the friendpicker load "onload"?

2) If there is a way to onload it. Would you be able to do both the friend text picker and the call back together?

3) im not the best at javascript so if anyone could help that would be great ... thx

August 27, 2008 12:59 AM
 

Steve said:

hey seth answer to question one ....

MyOpenSpace.DefaultPageSize = 100;

August 27, 2008 2:40 PM