Re: [qooxdoo-devel] Table vertical alignment

2015-04-30 Thread Vincent Vandenschrick
Hi Johan, I just had the same issue yesterday and I couldn't find anything else than overriding the cell renderer and adding a "padding-top" additional style using the overridden _getCellStyle method, e.g. : _getCellStyle: function (cellInfo) { var superStyle = this.base(arguments, cellInfo);

[qooxdoo-devel] Table vertical alignment

2015-04-30 Thread Johan
Hi ! I have a qx.ui.Table.Table with a text or image in the cell. I need to center (X and Y) all the cells. In my exemple, text-cell is center horizontally but not verticaly.**(code for this is not very clean...) http://tinyurl.com/ohaxzav* *With Decorator.js and apparence.js ? So i need help

Re: [qooxdoo-devel] Theming

2015-04-30 Thread Phyo Arkar
Thats very nice ! good! On Wed, Apr 29, 2015 at 11:44 PM, Vincent Vandenschrick wrote: > Hi all, > For the record, I've succeeded in animating the focus by writing a simple > Decorator mixin and then using the "transition" property in decorators for > the focus state. Here is the source code : >