Howdy!
yozzeff wrote:
hi sebastian,
what to you think about returning this in setter methods
in generall?
this would make some oneshot screenbuilding stuff very
convenient.
aPane.add(new QxAtom('Label').set({left: 0, width: '35%', top: 3}));
The general set() does already return this for this kind of convenience.
Your syntax seems not to be ok dur to missing parenthesis. Try
aPane.add((new QxAtom('Label')).set({left: 0, width: '35%', top: 3}));
Cheers,
Andreas
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel