Shows a popup free dialog box by creating a div which overlays the screen.
autoShow
bool|string
Possible values:
Set to "true" to always automatically open this dialog
Set to "once" to show once per session
Set to "register" to show the dialog to show to new visitors
Set to "exitintent" to show the dialog when the user moves the mouse up to exit the page
autoShowDelay
int
Number of seconds before dialog box is shown
closable
bool
Set to false if the dialog box cannot be closed
height
Sets the height of the element. The default units are pixels. include the percentage symbol % to user percentage values.
id
string
(Required) Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
width
Sets the width of the element. The default units are pixels. include the percentage symbol % to user percentage values.