Titanium JIRA Archive
Alloy (ALOY)

[ALOY-242] Implement a Ti.UI.iOS.Toolbar parser

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusResolved
ResolutionFixed
Resolution Date2012-09-12T15:05:01.000+0000
Affected Version/sn/a
Fix Version/s2012 Sprint 19, Release 3.0.0
ComponentsXML
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2012-09-09T06:35:20.000+0000
Updated2018-03-07T22:25:41.000+0000

Description

Original conversation

https://groups.google.com/forum/?fromgroups=#!topic/appc-ti-alloy/-t5GdlgVOwE We should also implement a parser for convenience. Also, a test app should be created to show how to use this.

Proposed Syntax

<Alloy>
    <Toolbar>
        <!-- UI elements for the "items" property -->
        <Items>
            <Button/>
            <FlexSpace/>
            <Button/>
        </Items>

        <!-- normal child elements of the Toolbar -->
        <ImageView/>
    </Toolbar>
</Alloy>

Comments

No comments

JSON Source