Re: UiBinder: custom attributes?

2010-03-02 Thread Thomas Broyer
On Feb 25, 11:34 pm, Thiago Albuquerque thiago...@gmail.com wrote: Hi, I was wondering if it's possible to define custom attributes in a UiBinder template. I wanted to do something like this: my:GroupBox collapsible=true / And then Gwt would, after creating a new instance of 'GroupBox

Re: UiBinder: custom attributes?

2010-03-02 Thread Alexander Arendar
Albuquerque thiago...@gmail.com wrote: Hi, I was wondering if it's possible to define custom attributes in a UiBinder template. I wanted to do something like this: my:GroupBox collapsible=true / And then Gwt would, after creating a new instance of 'GroupBox', call

UiBinder: custom attributes?

2010-02-26 Thread Thiago Albuquerque
Hi, I was wondering if it's possible to define custom attributes in a UiBinder template. I wanted to do something like this: my:GroupBox collapsible=true / And then Gwt would, after creating a new instance of 'GroupBox', call 'instance.setCollapsible(true)'. Regards, Thiago -- You received

UiBinder: custom attributes?

2010-02-26 Thread Thiago F. G. Albuquerque
Hi, I was wondering if it's possible to define custom attributes in a UiBinder template. I want to do something like this: my:GroupBox collapsible=true / And then Gwt would, after creating a new instance of 'GroupBox', call 'instance.setCollapsible(true)'. Regards, Thiago -- You received

Re: UiBinder and attributes

2010-02-02 Thread Jason Parekh
Hi Christian, If you don't mind, could you open a feature request on the GWT issue tracker at http://code.google.com/p/google-web-toolkit/issues/list ? An issue's star rating allows us to gauge the popularity of a feature among our users which leads to better priority ranking . Thanks, jason

UiBinder and attributes

2010-01-31 Thread Christian Goudreau
I was wondering when we'll be able with the eclipse plugin to have auto-completion on our widget when it comes to add attributes like horizontalAlignment, size, etc. It would be a real time saver and pain saving complement. Btw, great works, I really love to use UiBinder ! Christian -- You