How can we use DOJO from CDN in OpenSocial App?
How can we use DOJO fro开发者_StackOverflow中文版m CDN in OpenSocial App?
Can it be done in OpenSocial Apps? From Frequently Asked Questions – OpenSocial:
What other JavaScript libraries can I use?
All of them! Dojo, Prototype, JQuery, GWT, etc.
As you can see Dojo is mentioned explicitly.
You can include it using a script tag in your HTML snippet as regular Dojo. The only difference is that modules are loaded asynchronously — it is covered in the docs.
精彩评论