This directory contains information related to using the popup window APIs: Window.showPopupWindow, View.showPopupWindow and Window.dispatchPopupResult.
This repository contains examples of the different sorts of popup windows that can be created and how they can be used in different ways.
Example | Description |
---|---|
How To - Single Result | This is an example of a popup window that will either return a single result or be dismissed based on user interaction. |
How to - Multiple Results | This is an example of a popup window that can dispatch many results to its caller. |
How to - Modal | This is an example of using a modal window as a popup. |
How to - Advanced | This is an example where a window is provisioned to later be shown as various different popup windows. |
Read more about our recommended development environment.