Re: [qooxdoo-devel] Enable/disable form components by disabling parent component

2013-07-29 Thread Petr Kobalíček
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

Re: [qooxdoo-devel] Enable/disable form components by disabling parent component

2013-07-29 Thread Christian Hagendorn
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

[qooxdoo-devel] Enable/disable form components by disabling parent component

2013-07-24 Thread Petr Kobalíček
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