Files
links/application/admin/command/Crud/stubs/html/select.stub
T

7 lines
265 B
Plaintext
Raw Normal View History

2026-05-28 00:32:43 +08:00
<select {%attrStr%}>
{foreach name="{%fieldList%}" item="vo"}
<option value="{$key}" {in name="key" value="{%selectedValue%}"}selected{/in}>{$vo}</option>
{/foreach}
</select>