At least you can better understand how it works here :
http://web2py.com/books/default/chapter/29/11/jquery-and-ajax?search=error#web2py_ajax-html

Maybe what I was searching for is web2py slice...

If I find it will post the pointer here...

Richard


On Wed, Feb 12, 2014 at 9:09 PM, Richard Vézina <[email protected]
> wrote:

> It too bad, I am sure there were an example of that in the book, but I
> just can find it back...
>
> :(
>
> Richard
>
>
> On Wed, Feb 12, 2014 at 8:54 PM, User <[email protected]> wrote:
>
>> 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">&times;</
>> 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 [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to