No, it doesn't include a class for every possible HTML tag, but you can 
construct arbitrary tags as follows:

TAG.aside('your content')

See http://web2py.com/books/default/chapter/29/05#Custom-helpers.

Anthony

On Wednesday, May 29, 2013 11:31:51 AM UTC-4, Daniel Gonzalez wrote:
>
> The ASIDE <http://www.w3schools.com/tags/tag_aside.asp> helper (HTML5) is 
> missing in gluon (using web2py 2.7.4). Useful to do something like this: 
> http://purecss.io/layouts/gallery/
>
> I have defined it in terms of DIV: 
>
> class ASIDE(DIV):
>
>     tag = 'aside'
>
> And works for me. I am not sure if gluon is supposed to implement all 
> possible html tags, or if only a selected few are provided.
>

-- 

--- 
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.


Reply via email to