Hi, in case you haven't come to a solution on your side:
In the provided playground code you can see that (and how) it works.
The 'myproject.Header' class just stores the reference to a created HeaderCell
and forwards the set 'setButtonSearchVisibility' functionality.
I hope you see what I've d
Hi
I call it like this:
this.setButtonSearchVisibility(true);
but "this._showChildControl("buttonSort")" and
"this._excludeChildControl("buttonSort")" have no effect.
I even tried this, but it was not working either:
this.getChildControl("buttonSearch").setVisibility("visible");
and
this.getC
the icon.
-Ursprüngliche Nachricht-
Von: kirra5 [mailto:darja.drofen...@gmail.com]
Gesendet: Freitag, 30. Januar 2015 15:29
An: qooxdoo-devel@lists.sourceforge.net
Betreff: [qooxdoo-devel] Image update problem in table header cell
Hi
I am trying to add a new image to the heade
Hi
I am trying to add a new image to the header, under the sort image that is
already implemented.
But once the header is rendered and the icon is visible, how can I make it
disappear or make it visible again? The header won't update even if I
exclude the icon. What am I doing wrong?
My HeaderCe