Hi,

Ok, thanks !

But if a better solution exist...

Johan

Le 30/04/2015 16:58, Vincent Vandenschrick a écrit :
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);
  return superStyle + "padding-top:5px;"];
}

Not ideal, but it works.

Regards,
Vincent

Le 30 avr. 2015 à 14:50, Johan <j...@stim.fr <mailto:j...@stim.fr>> a écrit :

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 please. *

*Johan
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y


_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to