If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!


  • 0
    villas  14 years ago
    Does this work with custom forms? I bave tried it but cannot get it to work. I guess I am not sure how to tell the function to display the tooltip for an input element. Here is a snippet of my view. (ignore the label stuff as it was another approach I was testing) {{=form.custom.begin}}

    Edit Meeting

    {{form.element('input',_name='name')['_size']=50}}
    Meeting Name:{{=form.custom.widget.name}}
    Password: {{=form.custom.widget.password}} {{=form.custom.label['password']}}
    Status: {{=form.custom.widget.status}} {{=form.custom.label['status']}}
     

Commented on:

Shows tooltips in forms created via CRUD or SQLFORM with the field´s comment attribute.

Hosting graciously provided by:
Python Anywhere