On Tue, May 20, 2008 at 11:49 AM, Garland, Ken R <[EMAIL PROTECTED]> wrote:
> Hmm, I'm not 100% sure I understand but this is something that I use
> to populate a select drop-down from a list:
>
> ${ h.select(name='selectedItem',
> option_tags=h.options_for_select(c.list, selected=None),
> selected=None, multiple=False ) }I did see something similar to that while searching for something. I just didn't see where the value attribute of each option tag would be specified, and what would become the inner text of each option? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
