[TIMOB-17893] Support data binding for TabbedBar
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | n/a |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | Alloy, data-binding, tabbedbar |
| Reporter | Claire Williams |
| Assignee | Unknown |
| Created | 2014-10-23T08:35:45.000+0000 |
| Updated | 2018-02-28T20:03:13.000+0000 |
Description
Allow:
<TabbedBar class="buttonBar" platform="ios" visible="{controlVisible}" prefId="{id}" index="{selectedButton}" onClick="buttonBarClick">
problem discovered when traversing a parent TableView collection and creating multiple TabbedBars, full issue detail with example code / environment details can be found here:
http://developer.appcelerator.com/question/178619/bug-in-alloy-tabbedbar-when-using-datacollection#answer-283287
N.B. to be able to assign in the view id="{id}"would also be really helpful.
No comments