Well then I'll add the init attribute of the properties "icon",
"iconSelected" in AbstractTreeElement of Tree and TreeVirtual with a
value of null
which should'nt do any harm otherwise.
Dietrich Streifert schrieb:
> Hello List,
>
> I've derived a class from qx.ui.tree.TreeFolder which refines t
This seems to be a more general problem where the refine of the init
attribute is ignored if the original property definition does not
contain the init attribute.
I've created a bugzilla issue for this:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=467
Dietrich Streifert schrieb:
> Hello List,
Hello List,
I've derived a class from qx.ui.tree.TreeFolder which refines the icon
property this way:
icon :
{
refine : true,
icon : "icon/16/myIcon.png"
}
If I check the property through its getter in the overriden constructor
the value of the property is null: