Hi Christian,
thanks a lot. Now I understand that even if the property is "Boolean", I
can pass "inherit" as a value. I didn't know about that, to be honest I
really missed this feature.
Best,
Petr
On Mon, Jul 29, 2013 at 12:31 PM, Christian Hagendorn <
christian.hagend...@1und1.de> wrote:
> Hi
Hi Petr,
yes, this is the expected behavior. The enabled property is an inherited
property. This means that the child components uses the value from his
parent, but not when the value is directly set. This behavior is like CSS,
you can have a look at the manual for more details:
http://manual.qoox
Hi devs,
when I disable a parent component, I can still see child component enabled,
is that the expected behavior?
See the snippet:
http://demo.qooxdoo.org/devel/playground/#%7B%22code%22%3A%22var%2520doc%2520%253D%2520this.getRoot()%253B%250A%250Avar%2520composite%2520%253D%2520new%2520qx.ui.c