Re: [web2py] input title attribute

2010-01-28 Thread tiago almeida
Have you tried using the optional parameter _title when building your INPUT object? INPUT( ..., _title="my Title", ...) --- On Thu, Jan 28, 2010 at 8:33 AM, vihang wrote: > Any idea how I can access or add 'title' attribute for input elements? > Cannot see it anywhere in the html.py. > > 'titl

[web2py] input title attribute

2010-01-28 Thread vihang
Any idea how I can access or add 'title' attribute for input elements? Cannot see it anywhere in the html.py. 'title' is used for tooltips text. Thanks -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...