Re: [htmltmpl] Select/option How to set "selected"?
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2004-05-04 17:21:19
|
On Tue, 4 May 2004, Puneet Kishor wrote: > Besides, that is what my designer gals and guys are going to > know. They will have no idea what the heck $query->popup_menu(-name > => 'year', -values => [ 1970 .. 2020 ]) means. I've found that it's very unusual for designers to need to work on the form tags themselves. If they need to change anything it's usually just a matter of adding the appropriate CSS '-class' parameter. But I've only had to do that a few times. Much more common is the need to move form tags around, which is actually easier if the form tag is a simple '<tmpl_var foo_select>' and not a huge nest of if/else blocks. -sam |