On Thu, Oct 23, 2008 at 10:24 AM, Florian <[EMAIL PROTECTED]> wrote:
>
> Hello,
> Is somebody try to use API in a XUL application with javascript ?
> When i call google.load("gdata"), i have a error (document.write) in
> jsapi script.
> My project is to create a Firefox extension for google calendar, with
> the possibility to add / modify events...
> Thank,

I haven't tried to use the JavaScript client in a XUL application, but
I have had problems before with document.write in the past when
developing HTML applications that use the JavaScript client.

My recommendation is to use appendChild() to manipulate the DOM
instead, if you're at all able to do that.

-- 
Trevor Johns

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" 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/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to