Re: any chance to get FF15 dev plugin

2012-09-02 Thread Thomas Broyer
On Sunday, September 2, 2012 8:50:44 PM UTC+2, gwtApprentice wrote: > > Does the KeyPressHandler work for you in FF 15? I'm using OSX Snow > Leopard, but does it work for you anyway? > > https://developers.google.com/web-toolkit/tools/gwtdesigner/tutorials/stockwatcher#event_handlers > > > n

Re: any chance to get FF15 dev plugin

2012-09-02 Thread Dee Ayy
Does the KeyPressHandler work for you in FF 15? I'm using OSX Snow Leopard, but does it work for you anyway? https://developers.google.com/web-toolkit/tools/gwtdesigner/tutorials/stockwatcher#event_handlers newSymbolTextBox.addKeyPressHandler(new KeyPressHandler() { public void onKeyPress

Re: How to display HTML content in CellList by UiRender

2012-09-02 Thread Thomas Broyer
You might want to try instead of . On Sunday, September 2, 2012 3:29:40 PM UTC+2, 退5的工科苹岷 wrote: > > Dear All > > I have a database table with a column of HTML contents which will come > from a RichTextArea. Now, I want to display them with additional > information in a CellList. As a sample,

How to display HTML content in CellList by UiRender

2012-09-02 Thread gong min
Dear All I have a database table with a column of HTML contents which will come from a RichTextArea. Now, I want to display them with additional information in a CellList. As a sample, although it is too much complex for the CellList and its AbstractCell, let's regard it as a Q&A web site like st

Not able to use Celltable for a requirement where I need different widgets under one column.

2012-09-02 Thread Saurabh Tripathi
Hi all, I am stuck here with a requirement which is mentioned as follow: 1)A table where one or more (for now just one) column need to have different widgets in editable cell. for example: Class is Plant having property: 'name' and access method: 'String getName()';