quick search:
 

select in select input

Submitted by: peterbe
Last Edited: 2001-07-25

Category: PageTemplates

Average rating is: 0.0 out of 5 (0 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