mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
5 lines
276 B
Scheme
5 lines
276 B
Scheme
<select id="$ID" class="dropdown$extraClass" name="$Name"<% if TabIndex %> tabindex="$TabIndex"<% end_if %><% if isDisabled %> disabled<% end_if %>>
|
|
<% control Options %>
|
|
<option value="$Value"<% if Selected %> selected<% end_if %>>$Title</option>
|
|
<% end_control %>
|
|
</select> |