AlertBox
Wisej.Web.AlertBox
Last updated
Was this helpful?
Wisej.Web.AlertBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Displays an alert box that can contain an icon and text that inform and instruct the user. Alert boxes are not modal and can disappear automatically.
Returns a collection of referenced components or collection of components.
Renders the client component.
Displays an alert box with the specified text and icon in the specified position.
text
The text to display in the message box. Newlines (CRLF) are converted to <BR/> when the text doesn't contain any html.
One of the MessageBoxIcon values that specifies which icon to display in the message box.
One of the ContentAlignment values that specifies where on the screen to display the alert box.
A value in milliseconds that determines the delay after which the alert box disappears automatically. The default is 5000 (5 seconds). If set to 0 the box stays open.
Optional async handler for the close event; called when the Alert Box is closed either automatically or by the user.
Shows a progress bar to display the time remaining until the alert box is automatically closed. If left null, it's managed by the theme.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
icon
showCloseButton
alignment
autoCloseDelay
onclose
showProgressBar
allowHtml