Class wwWebErrorDisplay

The wwWebErrorDisplay control can be used to display error messages to the user. The control is closely tied to the page's BindingErrors collection and allows for easy display of these errors.

Custom
  wwWebControl
    wwWebErrorDisplay

Class Members

MemberDescription
ShowError Displays an error message based on an Html string passed as input. The message is displayed in error format with the ErrorIcon if provided.
o.ShowError(lcMessage,llIsText)
ShowMessage This method is used to display informational messages on a page. The messages are displayed with the informational icon displayed if provided.
o.ShowMessage(lcMessage)
CellPadding The cell padding for the table that is rendered by this control.
Center Determines whether the control is centered in its HTML container.
CssClass The CssClass used for the table display.
DisplayTimeout An optional value that causes the error message to fade out after the specified number of milliseconds.
ErrorImage Image used as error icon which is the primary display icon. The icon is optional.
InfoImage Image used as icon when calling ShowMessage.
jQueryScriptLocation Script location for jQuery.js. Use Default for default location in ~/scripts/jquery.js.
RenderMode Determines the type of text you assign which can be either Text or HTML
Text The error message text to display.
Width The width of the table that is displayed containing the error message.

Requirements



  Last Updated: 10/22/2008 | © West Wind Technologies, 2008