Re: [qooxdoo-devel] Inheritance for decorators

2011-09-28 Thread Andrew Goldberg
quot; with the 4 individual settings in the parent decorator. Andrew Date: Wed, 28 Sep 2011 09:22:00 +0200 > From: Alexander Steitz > Subject: Re: [qooxdoo-devel] Inheritance for decorators > To: qooxdoo Development > Message-ID: <201109280922.00974.alexander.ste...@1und1.d

Re: [qooxdoo-devel] Inheritance for decorators

2011-09-28 Thread Alexander Steitz
Hi Andrew, AFAIK there are issues regarding the "include" mechanismus of the decorators. We're using it for the packaged themes of the framework without any problems. It may look like this (I left out some details which are not relevant): --snip-- "radiobutton" : { decorator : [

[qooxdoo-devel] Inheritance for decorators

2011-09-27 Thread Andrew Goldberg
I've tried using the "includes" option in a decorator (as in the online docs), but it does not seem to work properly---I can use the "child"-decorator, but it looks just like the "parent"-decorator. The customizations in the child do not seem to get applied. Is there anything subtle that I may b