[ALOY-371] Support adding widget views (besides widget.xml) in markup
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2013-04-23T01:26:42.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | XML |
| Labels | n/a |
| Reporter | Benjamin Hatfield |
| Assignee | Tony Lukasavage |
| Created | 2012-11-07T22:59:09.000+0000 |
| Updated | 2014-01-28T23:28:51.000+0000 |
Description
Currently, adding a widget view besides the main one (widget.xml) is only supported using the createWidget(widget_name, view_name).getView() method. It would also be useful to do so in markup, such as:
<Alloy>
<View>
<Widget src="widget_name" name="view_name" />
</View>
</Alloy>
Resolved in ALOY-545