Hi,
The problem I saw with overriding the class static was that, as of the
moment you did that, and until you restored the default, all tables
created, wether they use the Filter Feature or not, we be created with
these filter headers.
But thanks for your reply, at least I known I was on the r
On Thu, Oct 18, 2012 at 7:02 AM, Paulo Ferreira wrote:
>
> As you can see:
> 1. One possible solution was to override, the qooxdoo "class static"
> member qx.ui.table.columnmodel.Basic.DEFAULT_HEADER_RENDERER
>
This is exactly the right way to do it. The reason that there is a static
variable th
Hello,
Thank you for your reply, and now I get how the field is being used,
knowing that you are listed as one of the developers, I was hoping that
maybe you had time to answer a second question:
In my original post, I stated the reason I was interested in this field
(I need to modify the head
On Wed, Oct 17, 2012 at 9:45 AM, Paulo Ferreira wrote:
> Hi,
>
> I've come across a strange situation.
>
> I wanted to create a Table with a Text Field in the Column Header and
> came across the following piece of code in qooxdoo 2.0.2.
>
> In the init member "qx.ui.table.columnmodel.Basic", I fo
Hi,
From what I saw in the code for setHeaderCellRenderer, it only modifies
the Header Cell Renderer, after it has been created (i.e. the model
initialized), and only on a column by column basis...
I actually needed is to initialize (create) all the cells from the same
renderer (with the new
Are you looking for "setHeaderCellRenderer" at
http://demo.qooxdoo.org/2.0.2/apiviewer/#qx.ui.table.columnmodel.Basic~setHeaderCellRenderer
?
On Wed, Oct 17, 2012 at 9:45 AM, Paulo Ferreira wrote:
> Hi,
>
> I've come across a strange situation.
>
> I wanted to create a Table with a Text Field i
Hi,
I've come across a strange situation.
I wanted to create a Table with a Text Field in the Column Header and
came across the following piece of code in qooxdoo 2.0.2.
In the init member "qx.ui.table.columnmodel.Basic", I found the
following piece of code:
var headerRenderer = this.__header