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
Properties
[JSX.jsxFactory]
This function is called to create JSX popup elements. You may override it in your own subclass to create custom JSX behavior. The function is not called with any context, i.e. this
is not available.
Type: | JSX.JsxFactory |
Settable: | No |
Change Event: | Not supported |