Titanium JIRA Archive
Alloy (ALOY)

[ALOY-371] Support adding widget views (besides widget.xml) in markup

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusClosed
ResolutionDuplicate
Resolution Date2013-04-23T01:26:42.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsXML
Labelsn/a
ReporterBenjamin Hatfield
AssigneeTony Lukasavage
Created2012-11-07T22:59:09.000+0000
Updated2014-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>

Comments

  1. Tony Lukasavage 2013-04-23

    Resolved in ALOY-545

JSON Source