UNPKG

alloy

Version:

TiDev Titanium MVC Framework

7 lines (6 loc) 141 B
function open_window(e) { var win = Ti.UI.createWindow({ backgroundColor: 'blue' }); $.navWindow.openWindow(win, { animated: true }); }