(This request is on the wishlist page, but this provides a forum for
discussing it)

Offering a method tentatively called 'container.supports()' will allow
developers to test various features of the container.

For example, ning (as of this moment) doesn't appear to support canvas
pages. That's where I put the preferences interface for my users, so I
need to do something about that. Like let you set the preferences from
the profile view.

But I don't want every container to offer a 'set preferences' button
on the profile, only those that have no canvas. Therefore I'd do
something like this:

   if( ! container.supports('canvas') ){
      showPrefsButtonOnProfile()
   }


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to