PDA

View Full Version : ItemSelector component in Ext-gwt



vigger
10 Oct 2008, 12:24 AM
Hi All,
An user extension is available in extjs for itemSelector. But i could not find any in ext-gwt for the same. Can we use extjs user extensions in ext-gwt or is there an existing feature request for itemSelector ? I am new to ext-gwt. please help me out

Thanks !

gslender
10 Oct 2008, 3:21 AM
generally you cannot use extjs extensions in extgwt - the api is different

what exactly are you trying to do?

cheers,
grant

vigger
10 Oct 2008, 9:10 PM
I am looking for something similar to the "itemSelector" user extension in extjs(http://www.figtreesystems.com/ext/ext-ux/2.0/Multiselect/Multiselect.html) in ext-gwt. I browsed the list of user extensions in ext-gwt but could not it. Currently is there a feature request for the same in ext-gwt ?

thanks !

gslender
11 Oct 2008, 2:10 PM
there is DataList and ListView (which both offer something similar to MultiSelect) but there is no ItemSelector - you would need to build that yourself (wouldn't be that hard).

cheers,
grant

vigger
12 Oct 2008, 11:09 AM
thnx gslender

i need grids instead of the list in the itemSelector so basically the component should have 2 grids with buttons add & remove between them.