Hi there!

I have developed an SQLFORM.grid from a table. This tables contains the 
users activities, it looks like this:

Task name: Developing with web2py
Description: blah blah blah
Initial Date: 2014-10-10
Due Date: 2012-12-12
Assigned to: User1 | User2 ... (there are various users)

In the "Assigned to" I have an "SQLFORM.widgets.checkboxes.widget" with the 
"multiple=True" parameter. So the problem comes when editing the form, if I 
had selected the User1 and User3 for a task then, when I'm editing the form 
it shows me again the checkboxes empty so I need to select again the User1 
and User3 to keep these values. Sometimes I forget what were the assigned 
users in a task.

Is there any way (in web2py) to show this values selected when editing and 
not selecting them again? or I need something like JS or jQuery?. 

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