[ALOY-187] Implement Ti.UI.iPhone.NavigationGroup in markup parsers
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-09-24T22:26:16.000+0000 |
Affected Version/s | 2012 Sprint 17 |
Fix Version/s | 2012 Sprint 17, Release 3.0.0 |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-08-18T16:26:36.000+0000 |
Updated | 2018-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
- Tony Lukasavage 2012-08-23 Implemented Ti.UI.iPhone.NavigationGroup parser. Also added a "navgroup" test app to alloy.