Sortierbare Auswahl für Element-Settings
Attribute
| Name | Beschreibung | Type | default | required |
|---|---|---|---|---|
| name | Namen unter dem die Auswahl in {cObj.allSettings} gespeichert wird | string | - | true |
| value | Ausgewählte Werte | array | - | true |
| label | Beschreibung der Auswahl - wird als Label angezeigt | string | - | false |
Beispiel
html
<bh:form.select.sortable name="example" value="{cObj.allSettings.example}" label="Beispiel-Optionen">
<bh:form.select.sortable.option value="examle1">Beispiel 1</bh:form.select.sortable.option>
<bh:form.select.sortable.option value="examle2">Beispiel 2</bh:form.select.sortable.option>
</bh:form.select.sortable>