[ALOY-776] Allow a Require to provide multiple ListSections
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Alloy 1.2.0 |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | alloy, listsection, listview |
| Reporter | Daniel Sefton |
| Assignee | Unknown |
| Created | 2013-08-05T19:11:12.000+0000 |
| Updated | 2018-03-07T22:25:46.000+0000 |
Description
Problem
If aTo reproduce
*index.xml*
<Alloy>
<ListView>
<Require src="sections" />
</ListView>
</Alloy>
*sections.xml*
<Alloy>
<ListSection>
<ListItem title="1A" />
<ListItem title="1B" />
</ListSection>
<ListSection>
<ListItem title="2A" />
<ListItem title="2B" />
</ListSection>
</Alloy>
No comments