I set up the extJS widget project and provide a hello world example.
Please check it out at

trunk/extensions/extjs-widget

Note, for each widget you create, make sure to register it in the
Init.groovy file.

Please use the following ant task to build the jar file,

ant dist

If you create a separate project to use the extjs jar, just put the
jar file
in the class path, then in the TelluriumConfig.groovy file, include
the extjs module:

    widget{
        module{
            //define your widget modules here, for example Dojo or
ExtJs
//            included="dojo, extjs"
            included="extjs"
        }
    }

Your widgets will be automatically loaded into Tellurium.

Please let me know if you have any further questions.

Thanks,

Jian


On Jan 21, 5:00 pm, [email protected] wrote:
> Nick,
>
> If you really want to work on the extJS widget project, I can create
> the project
> with everything set up to save your time. Then you only need to add
> widget classes there.
>
> Thanks,
>
> Jian
>
> On Jan 20, 11:29 pm, [email protected] wrote:
>
> > Hi Nick,
>
> > Welcome to Tellurium user group.
>
> > Yes, we planed to create an extjs widget project and Quan Bai was
> > supposed
> > to take over the task. Unfortunately, we are distracted by a lot of
> > other things.
> > The extjs widget is postponed.
>
> > You are really welcome to start your own extjs widget project and
> > donate to Tellurium
> > later. The idea of extjs widget is very much similar to the Dojo
> > widget. You need to create
> > widgets for common used extjs components and then compile them as a
> > jar file. Other
> > users can use the widgets directly without having to deal with the
> > lower level UI elements
> > such as links and buttons.
>
> > For how widgets work in Tellurium, please see
>
> >http://code.google.com/p/aost/wiki/TelluriumWidget
>
> > The important things for widgets are:
>
> > 1) name space
> > 2) Widget UI and method definitions
> > 3) Widget builders
> > 4) Widget registration
> > 5) bootstrap
>
> > You can take Dojo widget project as a reference to start your extjs
> > widget project.
> > Please feel free to post any questions to this user group.
>
> > Thanks,
>
> > Jian
>
> > On Jan 20, 8:33 pm, nick <[email protected]> wrote:
>
> > > Hi Jian, all
>
> > > I need to do UI testing for an GWT-EXT/EXTJS application and see you
> > > are planning to add support - but have not yet started.
>
> > > Would you mind sharing what you have in mind so I can try to help?
>
> > > Thank you much for the excellent framework.
>
> > > Cheers,
> > > Nick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" 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/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to