look, Admin-plus (A-PLUS) <https://github.com/pyner/admin_plus>use a jquery plugin for do that A-PLUS<https://github.com/pyner/admin_plus/blob/master/views/plugin_admin_plus/layout.html#L154>
El miércoles, 12 de febrero de 2014 20:54:46 UTC-5, User escribió: > > I am using bootstrap 2.3.2 and I would like to use Bootstrap css alert > classes to style response.flash. These include: > alert > alert-error > alert-success > alert-info > > Is there an easy way to specify the type of flash from the controller? > I'm thinking I could do something like: > > response.flash_style = 'alert-success' > > > and then: > > {{if response.flash:}} > <div class="alert{{=response.flash_style or ' alert-info'}}"> > <button type="button" class="close" data-dismiss="alert">×</ > button> > {{=response.flash}} > </div> > {{pass}} > > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.