6 messages in com.googlegroups.google-gadgets-apiRe: Google Gadgets and ExtJS
FromSent OnAttachments
Robson Ito22 Feb 2008 11:17 
Matt (Guru)22 Feb 2008 11:31 
Robson Ito22 Feb 2008 12:17 
Bonstio (Guru)24 Feb 2008 17:06 
Robson Ito26 Feb 2008 13:19 
Matt (Guru)26 Feb 2008 14:03 
Subject:Re: Google Gadgets and ExtJS
From:Robson Ito (robs@gmail.com)
Date:02/26/2008 01:19:39 PM
List:com.googlegroups.google-gadgets-api

I really dont know how to load the library. Cause the gadget specification has no HEAD tag. How can i do it?!

im doing it this way:

<?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="Simple Tabs" height="140" scrolling="true" > <Require feature="tabs" /> </ModulePrefs> <Content type="html"> <![CDATA[

<script type="text/javascript" src="ext/adapter/ext/ext-base.js"></ script>

<script type="text/javascript" src="ext/ext-all.js"></script>

<script>

Ext.onReady(function() { alert("Congratulations! You have Ext configured correctly!"); });

</script>

]]> </Content></Module>

Thanks

In truth i was looking at ExtJS when learning javascript and find it not very difficult. I have not seen the google javascript library in action..... perhaps i should try it first..

Thanks for your reply..i ll take a look at your igoogle skin..

:)

On 22 fev, 16:31, "Matt (Guru)" <m.@mattkruse.com> wrote:> On Feb 22, 1:17 pm,
Robson Ito <robs@gmail.com> wrote:

Hi there. Im starting to learn google gadgets in the last few hours. My question is... is it possible to use Google Gadgets with an external library??? like ExtJS, prototype etc?

First question - why do you want to?

Now the answer - Yes.

I include jQuery in my iGoogle skin
gadget:http://www.google.com/ig/directory?url=www.JavascriptToolbox.com/gadg...

I use it to more easily manipulate the page, although I could accomplish the same things without it.