Constructor
new PreparedPopupClass(id)
Creates an object of this class.
Parameters:
Name | Type | Description |
---|---|---|
id |
String | Id of a html element. This element is your popup. |
Methods
hidePreparedPopup()
Hides a prepared popup.
A prepared popup is an user created HTML element.
showPreparedPopup()
Shows a prepared popup. A prepared popup is an user created HTML element.
For auto-resize/relocate use the method relocatePreparedPopup at the resize event of the window.
For hiding the popup add the methdod hidePreparedPopup of this class to the buttons of your HTML element.
For auto-resize/relocate use the method relocatePreparedPopup at the resize event of the window.
For hiding the popup add the methdod hidePreparedPopup of this class to the buttons of your HTML element.