Popup
- The property
kf.app.page.popup
returns the active popup instance opened inside the page - The property
kf.app.page.popup._id
lets you the get ID of the popup - The method
kf.app.page.openPopup(id)
returns this popup class instance.
Following methods are available for a popup instance
Popup parameters
getAllParameters()
To retrieve all parameters & its value of popup.
Syntax
Returns
Returns an object.
Example
getParameter()
To retrieve one of popup parameter’s value.
Parameters
Parameters | type |
---|---|
parameterId | String |
Syntax
Close popup
Closes an active popup that is currently open in the page
Syntax
or If you already have popupInstance from openPopup()
method