PDA

View Full Version : Anyone have experience using ExtJS in a Firefox extension?



stever
22 Sep 2009, 7:30 AM
Anyone have experience using ExtJS in a Firefox extension?

I'm working on a Firebug extension to help debug ExtJS sites and was wondering if I could chat with people that have used Ext in extension development.

jay@moduscreate.com
22 Sep 2009, 10:55 AM
I've thought about it, but firefox provides XUL widgets

https://developer.mozilla.org/en/XUL

VinylFox
22 Sep 2009, 11:13 AM
Yeah stever, I started on a FireBug extension for ExtJS a while back, haven't had any time to finish it. The key is using wrappedJSObject's to interact with ExtJS on the page. Shoot me an email/pm and we can chat about it more.

aconran
23 Sep 2009, 7:13 AM
I'd love to see what comes out of this. Please keep me in the loop.