Changes between Version 20 and Version 21 of DeveloperGuidelinesS3Framework
- Timestamp:
- 04/29/09 19:44:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v20 v21 88 88 Different Flash styles can be set via: 89 89 {{{ 90 session. flash=DIV(T("Unsupported format!"),_class="error")90 session.error=T("Unsupported format!") 91 91 redirect(URL(r=request,f=resource)) 92 92 }}} 93 93 or (in a Multiple Table form.accepts): 94 94 {{{ 95 response. flash=DIV(T("Form invalid!"),_class="error")95 response.error=T("Form invalid!") 96 96 }}} 97 97 Supported styles are: … … 99 99 * .error 100 100 * .information 101 * .confirmation ( If no class is specified then we default tothis)101 * .confirmation (Default response.flash is styled like this) 102 102 103 103 === Settings ===