mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
aa67b56b10
* Use jquery ui accordion for the field, and implemented an admin theme. * Made the setting of configuration consistent with other form fields. * ToggleComposteField->startClosed() has been deprecated in favour of setStartClosed(). * Removed public access to the heading level, instead use getHeadingLevel() or setHeadingLevel().
9 lines
158 B
Scheme
9 lines
158 B
Scheme
<div $AttributesHTML>
|
|
<h$HeadingLevel><a href="#">$Title</a></h$HeadingLevel>
|
|
<div>
|
|
<% loop $FieldList %>
|
|
$FieldHolder
|
|
<% end_loop %>
|
|
</div>
|
|
</div>
|