Error Message |
|
 |
<client:errors/> |
|
|
Provides the ability to display validation errors to Project Site users when they occur.
Usage
The Error module should be used with the following Sitespring Project Site modules:
- Client Task Update
- Create Discussion module
- Discussion Post module
- File Upload module
The Error Message allows the following attributes:
cellspacing |
HTML cell spacing for the table |
cellpadding |
HTML cell padding for the table |
border |
HTML border for the table |
width |
module width, same syntax as HTML table width |
title |
module title |
css_prefix |
All modules reference a common set of styles. If you want your module to have its own set of styles, define this set. Then the set will reference a style named css_prefix<style>. |
Sample of the Error Message:
<client:errors/>
|