prodz18 / TiFlexiGrid

An Alloy Widget for creating grid layouts.
125 stars 36 forks source link

Request: Support Widget child elements #11

Open FokkeZB opened 10 years ago

FokkeZB commented 10 years ago

Since Alloy 1.3.1 or so you can:

<Widget>
  <View />
  <View />
</Widget>

.. which will end up in arguments[0].children.

Would be nice if you could support that.

prodz18 commented 10 years ago

Nice! I'll check it out. Thanks!