quick search:
 

select in select input

Submitted by: peterbe
Last Edited: 2004-10-14

Category: PageTemplates

Average rating is: 5.0 out of 5 (1 ratings)

Description:
This example will also explain how to do the same thing to
<input type="checkbox" name="whatever"> elements


Source (Text):
<select name="yeah" tal:define="prev request/previous">

  <option tal:repeat="link sequence" tal:attributes="selected python:link==prev"></option>

</select>

Comments:

No Comments