mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
218ef0b599
* commit 'ec0c259': BUG: Reinstate tab and form focus states (fixes CMS #732 and #817)
9 lines
414 B
Scheme
9 lines
414 B
Scheme
<div id="$HolderID"
|
|
class="TreeDropdownField single<% if extraClass %> $extraClass<% end_if %><% if ShowSearch %> searchable<% end_if %>"
|
|
data-url-tree="$Link(tree)"
|
|
data-title="$TitleURLEncoded"
|
|
<% if $Description %>title="$Description"<% end_if %>
|
|
<% if $Metadata %>data-metadata="$Metadata"<% end_if %> tabindex="0">
|
|
<input id="$ID" type="hidden" name="$Name" value="$Value" />
|
|
</div>
|