Content:
- Examples
- Properties
- Methods

"Popup" is like a short notification that quickly appears on the screen, providing extra options or information in a concise and unobtrusive manner.

pop = ui.showPopup( msg, options?, duration?, action? ) → ui object: Popup

Here are the available methods for the Popup Component.

Examples

Example - Basic click to expand contents 

Example - Popup with transition click to expand contents 

Example - With action click to expand contents 

Properties

The following properties are available on the Popup object:

durationNumber
textString

Methods

The following methods are available on the Popup object:

getPosition() → Object
hide()
show()