Titanium JIRA Archive
Alloy (ALOY)

[ALOY-187] Implement Ti.UI.iPhone.NavigationGroup in markup parsers

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2012-09-24T22:26:16.000+0000
Affected Version/s2012 Sprint 17
Fix Version/s2012 Sprint 17, Release 3.0.0
ComponentsXML
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2012-08-18T16:26:36.000+0000
Updated2018-03-07T22:25:45.000+0000

Description

Proposed syntax

<Alloy>
    <NavigationGroup ns="Ti.UI.iPhone" id="nav">
        <Window id="firstWindow">
            <!-- the rest of the window markup -->
        </Window>
    </NavigationGroup>
</Alloy>

Notes

* The <NavigationGroup> tag is already part of the implicit namespaces for Ti.UI.iPhone * We should think about a common place for making the navigation group globally available. Alloy.CFG will work for now. * Should also check to see if this is similar enough to Ti.UI.Mobileweb.NavigationGroup that we can use the same parser.

Comments

  1. Tony Lukasavage 2012-08-23

    Implemented Ti.UI.iPhone.NavigationGroup parser. Also added a "navgroup" test app to alloy.

JSON Source