for some reason my child control appearances aren't being executed. for
example:
"centeredtabview/barcontainer" :
{
style : function(states)
{
console.log('style barcontainer');
alert('style barcontainer!');
return {
marginBottom:25
};
}
},
"centeredtabview" :
{
style : function(states)
{
console.log('style bar container');
alert('style centeredtabview!');
return {
marginBottom:25
};
}
}
will show only a single alert box containing "style centeredtabview!"
any ideas why this might be the case?
--
- victor
------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on "Lean Startup
Secrets Revealed." This video shows you how to validate your ideas,
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel