Maybe i can remove options after they are created:

Something like: 
        for option in form.elements('select[name=m_id] option'):
            option.update(_class='repeated')

but i don't know what is the method for option delete. I can always add 
some class, called hidden, but i want to remove this options.

-- 

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


Reply via email to