[TIMOB-118] Support Modal Windows (iPhone only)
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:52:03.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 0.7.0 |
| Components | iOS |
| Labels | n/a |
| Reporter | Nolan Wright |
| Assignee | Blain Hamon |
| Created | 2011-04-15T02:23:52.000+0000 |
| Updated | 2011-04-17T01:52:03.000+0000 |
Description
Add support to open a window as modal. The JS API should look like this:
var win = Titanium.UI.createWindow({url:'foo.html'});
win.open({modal:true});
The only addition to the JS API is the modal attribute within the window.open method. The default value is false.
No comments