lots are missing but devs decided to stop adding items to globals.
whatever you need can be done with TAG
{{=TAG.name('a', 'b', _c='d')}}
<name c="d">ab</name>Il giorno mercoledì 29 maggio 2013 17:31:51 UTC+2, Daniel Gonzalez ha scritto: > > 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

