Changes between Version 28 and Version 29 of DeveloperGuidelines
- Timestamp:
- 01/02/09 19:39:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v28 v29 117 117 redirect(URL(r=request,f=resource)) 118 118 }}} 119 or (in a form):119 or (in a Multiple Table form.accepts): 120 120 {{{ 121 121 response.error=T("Form invalid!") … … 124 124 * .warning 125 125 * .error 126 * .information (currently hijacked by T2 & so copies .confirmation)127 * .confirmation 126 * .information 127 * .confirmation (Standard T2 Flash messages are usually of this sort so we class them in the same way) 128 128 129 129 === jQuery Widgets ===