Open FokkeZB opened 10 years ago
Since Alloy 1.3.1 or so you can:
<Widget> <View /> <View /> </Widget>
.. which will end up in arguments[0].children.
arguments[0].children
Would be nice if you could support that.
Nice! I'll check it out. Thanks!
Since Alloy 1.3.1 or so you can:
.. which will end up in
arguments[0].children
.Would be nice if you could support that.