[jQuery] Re: Using EXT with Jquery

2007-04-20 Thread Remy Sharp

HI Eli,

I spotted this too - and had a play with Ext and jQuery - though I
couldn't really see how the two were supposed to be linked together.

I did get the same error as you, but it was because I hadn't set up
the underlying HTML properly, i.e. I was telling my page to target
'yui-north' instead of the ID that was on my HTML.

If you can post a URL to the version you're working on it might be
easier to debug.

In the mean time, I'll knock up an example using the layout manager
and the jQuery library and do a follow up post.

On Apr 20, 12:25 am, Eli [EMAIL PROTECTED] wrote:
 Hey guys,
 Just noticed a couple of days ago that ext now has a new 'extjs' for
 jquery,
 and I wanted to test it out, but for some reason I can't get it to
 work.

 I've tried to make my own page like the layout.js example 
 (http://extjs.com/deploy/ext/examples/dialog/layout.html),
 and I get the following error in the firebug console:
 el has no propertieshttp://dalog.eli.com/javascript/ext/ext-all.js
 Line 127

 my script load the next file:
 javascript/jquery.js
 javascript/ext/adapter/jquery/jquery-plugins.js
 javascript/ext/adapter/jquery/ext-jquery-adapter.js
 javascript/ext/ext-all.js
 in the same order as the list above.

 Any ideas why my script failing?



[jQuery] Re: Using EXT with Jquery

2007-04-20 Thread Remy Sharp

As promised:

http://remysharp.com/wp-content/uploads/2007/04/ext_layout.html



[jQuery] Re: Using EXT with Jquery

2007-04-20 Thread Andy Matthews

Never mind. Checked it in FF. Pretty cool. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Eli
Sent: Friday, April 20, 2007 8:37 AM
To: jQuery (English)
Subject: [jQuery] Re: Using EXT with Jquery


Thanks all of you, especially Remy,
I managed to solve my problem,

this http://remysharp.com/wp-content/uploads/2007/04/ext_layout.html
helped me a lot mate, thanks :)

On Apr 20, 2:06 pm, Remy Sharp [EMAIL PROTECTED] wrote:
 I also wrote up a short article on my initial play with Ext and the 
 mistakes I made (it also includes a link the jquery-plugins.js file 
 that Juha points out is missing):

 http://remysharp.com/2007/04/20/jquery-ext/




[jQuery] Re: Using EXT with Jquery

2007-04-20 Thread Remy Sharp

I also wrote up a short article on my initial play with Ext and the
mistakes I made (it also includes a link the jquery-plugins.js file
that Juha points out is missing):

http://remysharp.com/2007/04/20/jquery-ext/



[jQuery] Re: Using EXT with Jquery

2007-04-20 Thread Remy Sharp

That was actually a bug in my page - I was quick to pull the example
together and plain forgot to test outside of Firefox.

I've fixed it now (it was a trailing comma in the last element in an
object) and should work in all the browsers.

On Apr 20, 2:42 pm, Andy Matthews [EMAIL PROTECTED] wrote:
 What is that page supposed to do? I get a js error in both IE 6 and 7. All I
 see is two paragraphs of Lorem Ipsum.

 -Original Message-
 From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On

 Behalf Of Eli
 Sent: Friday, April 20, 2007 8:37 AM
 To: jQuery (English)
 Subject: [jQuery] Re: Using EXT with Jquery

 Thanks all of you, especially Remy,
 I managed to solve my problem,

 thishttp://remysharp.com/wp-content/uploads/2007/04/ext_layout.html
 helped me a lot mate, thanks :)

 On Apr 20, 2:06 pm, Remy Sharp [EMAIL PROTECTED] wrote:
  I also wrote up a short article on my initial play with Ext and the
  mistakes I made (it also includes a link the jquery-plugins.js file
  that Juha points out is missing):

 http://remysharp.com/2007/04/20/jquery-ext/



[jQuery] Re: Using EXT with Jquery

2007-04-19 Thread Brad Perkins


Eli,

This thread might help.

http://groups.google.com/group/jquery-en/browse_thread/thread/bb64561ee9fe2e22/fdb149e62b2bd03b?lnk=gstq=extrnum=2#fdb149e62b2bd03b


On 4/19/07, Eli [EMAIL PROTECTED] wrote:


Hey guys,
Just noticed a couple of days ago that ext now has a new 'extjs' for
jquery,
and I wanted to test it out, but for some reason I can't get it to
work.

I've tried to make my own page like the layout.js example (
http://extjs.com/deploy/ext/examples/dialog/layout.html ),
and I get the following error in the firebug console:
el has no properties
http://dalog.eli.com/javascript/ext/ext-all.js
Line 127

my script load the next file:
javascript/jquery.js
javascript/ext/adapter/jquery/jquery-plugins.js
javascript/ext/adapter/jquery/ext-jquery-adapter.js
javascript/ext/ext-all.js
in the same order as the list above.

Any ideas why my script failing?