Changes between Version 27 and Version 28 of DeveloperGuidelines
- Timestamp:
- 01/02/09 05:46:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v27 v28 112 112 {{{A(SPAN("[Help]"),_class="popupLink",_id="tooltip",_title=T("Help Title|This is what this field is for."))}}} 113 113 114 Different Flash styles can be set via: 115 {{{ 116 session.error=T("Unsupported format!") 117 redirect(URL(r=request,f=resource)) 118 }}} 119 or (in a form): 120 {{{ 121 response.error=T("Form invalid!") 122 }}} 123 Supported styles are: 124 * .warning 125 * .error 126 * .information (currently hijacked by T2 & so copies .confirmation) 127 * .confirmation 128 129 === jQuery Widgets === 114 130 DeveloperGuidelinesDeletableList 115 131