GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-01-26T15:43:35.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-02, Release 2.0.0, Release 1.8.1, Release 1.8.2 |
Components | MobileWeb |
Labels | pointerevents, stage, stage2 |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-16T13:57:21.000+0000 |
Updated | 2017-03-04T00:11:06.000+0000 |
Extends Widget (View, Evented).
Constructor needs to support being passed in a "url" property.
Remove "blur" event from close() method since SuperView's close() method does it for us already.
Methods:
* close() - done!
* open() - done!
Properties:
* modal - bool - if true, set z-index to something huge [stage]
* orientation - done!
* title - done!
* titlePrompt
* titleid
Constants:
* url
Events:
* blur - done!
* close - done!
* focus - done!
* open - done!
Update API docs with support for properties:
* modal
* transform
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1270
The attached test case will test modal windows. If you add url:"test.js" to the createWindow() call, that will test URL stuff. You can also test with KitchenSink.
Closing ticket due to MobileWeb no longer being supported.