Hi,
I can create a MiniMessage by doing this:
--- CODE ---
var msg = new gadgets.MiniMessage(__MODULE_ID__);
var div = document.createElement("div");
div.innerHTML = "New message created by W3C DOM methods.";
msg.createStaticMessage(div);
--- /CODE ---
How can I do this using the gadgets.MiniMessage (http://
code.google.com/apis/opensocial/docs/0.7/reference/
gadgets.MiniMessage.html) ?
Best regards,
Daniel Botelho
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---