Re: Scripts and Actions

2009-09-17 Thread Vicente de Rivera III
For textInput and for combo box. I'd like to have an auto-complete for the roweditor demo On Fri, Sep 18, 2009 at 9:59 AM, Todd Volkert wrote: > >> btw, is DropDown and auto-complete available for Pivot? >> > > ListButton is the component that presents the traditional drop down. Are > you talk

Re: Scripts and Actions

2009-09-17 Thread Todd Volkert
> > > btw, is DropDown and auto-complete available for Pivot? > ListButton is the component that presents the traditional drop down. Are you talking about (a) auto-complete in ListButton, (b) auto-complete in TextInput, (c) a "combo box"?

Re: Scripts and Actions

2009-09-17 Thread Vicente de Rivera III
ok thanks, it's really great that the java code is clean anyway. btw, is DropDown and auto-complete available for Pivot? On Thu, Sep 17, 2009 at 4:40 AM, Greg Brown wrote: > Unfortunately, you can't declare event handlers that way. WTKXSerializer > expects an actual named function for each event

Re: Scripts and Actions

2009-09-16 Thread Greg Brown
Unfortunately, you can't declare event handlers that way. WTKXSerializer expects an actual named function for each event handler method you want to define. I think the best way to reduce the amount of script code would be via the attribute-based event handlers we have discussed adding. O