Class “Popup”
Object > NativeObject > Popup
Base class for all pop-up UI elements. Pop-ups are placed on top of all other UI, but are not widgets. Some pop-ups can be opened only once.
| Type: | Popup extends NativeObject | 
    
| Constructor: | protected | 
| Singleton: | No | 
| Namespace: | tabris | 
| Direct subclasses: | ActionSheet, AlertDialog, DateDialog, Popover, TimeDialog | 
    
| JSX Support: | No | 
Methods
close()
Hides the popup.
Returns: this
open()
Makes the popup visible.
Returns: this