POPUP is a component that presents a standard pop-up. Ui-related POPUP inherits from view.
Related sample: 08_window/05_popup.html
The following is an example of initialization with the commonly used parameters (to see a full list of POPUP's parameters, please refer to the corresponding chapter of the manual):
dhx.ui({ view:"popup", body:{ ... }, left:500 })
Specify id if you're going to refer to POPUP later.
There are 2 main (+ 1 additional) ways to set POPUP position on the screen:
To use ui functionality, touchui.css and touchui.js files must be included.