Hello,

I would like to use this tabselect (tabselect widget 
<http://fredibach.ch/jquery-plugins/tabselect.php>) widget instead of the 
web2py's default multiselect widget.

<https://lh3.googleusercontent.com/-mAmSBvuEAjE/V681EsU0p_I/AAAAAAAAU1E/O4y0Es-8d4w26CVOI4Z3dmOOGUgCTUHUACLcB/s1600/tabselect.PNG>

I have now a simple:
    form = SQLFORM(db.mytable)

to get the form in place and I just want to use this widget for one of the 
fields. 

I did some testing with the widget and I know how to initialize it or to 
retrieve the selected values to update the record. But I am not so sure 
about how to integrate this in a form.

I understand that there are two approaches to get this done but I am really 
in doubt about which path to follow.
- Define a custom widget (seems obscure to me); or
- "Build" the form field by field to get my widget in the form. However, I 
would also need to "append" the widget information to the submit data.

I will appreciate any hints or suggestions on this. Best regards,

Clara








-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to