Re: Checkbox in a Grid in a Zone in a Form?

2010-05-01 Thread Chuck Kring
Thanks. Thiago H. de Paula Figueiredo wrote: On Sat, 01 May 2010 02:10:43 -0300, Chuck Kring wrote: Hi, Hi! The Upgrade component must be enclosed by a Form component. Currently, you cannot have a form field working inside a Zone unless you put the whole Form inside the Zone. --

Re: Checkbox in a Grid in a Zone in a Form?

2010-05-01 Thread Thiago H. de Paula Figueiredo
On Sat, 01 May 2010 02:10:43 -0300, Chuck Kring wrote: Hi, Hi! The Upgrade component must be enclosed by a Form component. Currently, you cannot have a form field working inside a Zone unless you put the whole Form inside the Zone. -- Thiago H. de Paula Figueiredo Independent Java,

Re: GSOC 2010 - ACCEPTED

2010-05-01 Thread Joost Schouten (ml)
Hi Pablo, This all can be achieved with Mixins. For the autocomplete-select I add my own ForceAutocomplete Mixin (which extends Autocomplete) to a TextField. I have my ForceAutocomplete add a link (downward arrow img) behind the input which will trigger the "autocomplete" event. In stead of