Made TabViewItem bindable.

This commit is contained in:
Rossen Hristov
2015-08-28 12:43:16 +03:00
parent db8b1172f9
commit 881c378a4e
7 changed files with 84 additions and 25 deletions

View File

@@ -15,10 +15,10 @@ export function createPage() {
topFrame.goBack();
});
tab.items.push({
tab.items.push(new tabViewModule.TabViewItem({
title: "Tab " + i,
view: button
});
}));
}
var page = new pages.Page();
page.content = tab;