Changes between Version 27 and Version 28 of DeveloperGuidelines


Ignore:
Timestamp:
01/02/09 05:46:20 (16 years ago)
Author:
Fran Boon
Comment:

Different Flash styles

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v27 v28  
    112112   {{{A(SPAN("[Help]"),_class="popupLink",_id="tooltip",_title=T("Help Title|This is what this field is for."))}}}
    113113
     114Different Flash styles can be set via:
     115{{{
     116session.error=T("Unsupported format!")
     117redirect(URL(r=request,f=resource))
     118}}}
     119or (in a form):
     120{{{
     121response.error=T("Form invalid!")
     122}}}
     123Supported styles are:
     124 * .warning
     125 * .error
     126 * .information (currently hijacked by T2 & so copies .confirmation)
     127 * .confirmation
     128
     129=== jQuery Widgets ===
    114130DeveloperGuidelinesDeletableList
    115131