`<forms:dialogbox>`
</...>
Shows a popup free dialog box by creating a div which overlays the screen.
Content
any
The content of the dialog box.
Attributes
- `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 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
- `backdrop`
bool
Backdrop
When set to true, this dialogbox will rest on top of a dark backdrop.
When set to false, no backdrop will be rendered.
- `closable`
bool
Set to false if the dialog box cannot be closed
- `height`
string
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`
string
Width
Sets the width of the element. The default units are pixels. include the percentage symbol % to user percentage values.