WebHelpers2 2.0rc1 is released. I said I was finished with the HTML
section but I ended up overhauling the select() helpers at the last
minute so I'm making another release candidate. If you're using
select() or OptGroup with any unusual types or edge cases, please test
it with them.

'Options' is now the main helper; 'select()' is just a wrapper around
it. 'Options', 'Option', and 'OptGroup' are now fully autonomous: they
can render themselves as HTML. 'Option' (singular) has a new
'selected' attribute. You don't have to set these manually: you can
call 'select()' as usual or 'Options' and it will take care of the
rest.

The argument conversions have been moved to the 'Options' constructor
and a new internal 'SelectedValues' class. I believe it handles the
existing lists and iterables and scalars, and it's hopefully better
documented and more lenient now, but do test it to make sure it
doesn't do anything unexpected.

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to