Re: [qooxdoo-devel] qooxdoo-able-cell border-color

2007-10-30 Thread Fabian Jakobs
Hi Henry,

the table and the virtual tree are special widgets in the sense that 
their contents are no real qooxdoo widgets but static HTML rendered 
dynamically based on the current scroll position of the table/tree. To 
style the table cell you will have to write your own cell renderer, 
which is pretty easy.

Best Fabian
 Hi,

 I would like to change the colour of the vertical grid lines in a 
 qx.ui.treevirtual.TreeVirtual as it is not prominent enough. I started 
 looking for a color property in the themes, but I could not find one. I 
 did find one for the header (table-header-border), but not the cells 
 (table-cell-border perhaps?).

 I have changed qx.ui.table.cellrenderer.Abstract::construct() from

border-right:1px solid #ee; +

 to

border-left:1px solid #cc; +
border-right:1px solid #cc; +

 Is it a themeable property or should I create a change request?

 Regards,

 Henry


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 qooxdoo-devel mailing list
 qooxdoo-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


   


-- 
Fabian Jakobs
JavaScript Framework Developer

11 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger, 
Matthias Greve, Robert Hoffmann, Norbert Lang, Achim Weiss
Aufsichtsratsvorsitzender: Michael Scheeren


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


[qooxdoo-devel] qooxdoo-able-cell border-color

2007-10-22 Thread Henry Oon
Hi,

I would like to change the colour of the vertical grid lines in a 
qx.ui.treevirtual.TreeVirtual as it is not prominent enough. I started 
looking for a color property in the themes, but I could not find one. I 
did find one for the header (table-header-border), but not the cells 
(table-cell-border perhaps?).

I have changed qx.ui.table.cellrenderer.Abstract::construct() from

   border-right:1px solid #ee; +

to

   border-left:1px solid #cc; +
   border-right:1px solid #cc; +

Is it a themeable property or should I create a change request?

Regards,

Henry


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel