Configuration per field
First get accustomed to the following page to understand how to use the template below Introduction to Details Pane Templates
Find below detail template snippets for each category of fields in an entry. For a list of fields and their type see Available Binding Values in Content Manager.
Boolean fields and custom fields and flags
Boolean fields such as Perfect, Ready, NoDelete, Invalid
Custom fields such as LOUDNESS/DISABLE
Adding editable check-box component
Adding merge-check-box component
DateTime fields
DeleteDate, BroadcastDate, …
Adding editable date-time component
Adding merge-date-time component
Definition fields
Author, Editor, …
Adding combo-box component and binding to dynamic data sources
Adding combo-box component for multi-selection of entries | Configuration-for-definitions
Duration
Single edit Adding editable-duration component, single readAdding format helpers
Bulk edit of duration is not supported.
FileSize
Bulk edit of file size is not supported.
Single and multi choice fields and custom fields
Fields such as Class, Distribution, …
Custom fields such as DAVID/DISTRIBUTIONENDPOINTS, LOUDNESS/ILK, …
Adding combo-box component with fixed data source
Note that we do not yet support loading unique values from the database for a given field to a combo-box drop down at the moment.
Ressort, SubRessort
Adding ressorts for multi-selection of entries
Text custom fields
Adding editable-custom-field component
Adding bulk-text-box component
Text fields
Broadcast, MusicID, Performer, Recordplace, Title, …
Adding editable input component
Adding bulk-text-box component
You can go for a multi/single choice field with a fixed source.
Text area fields
Remark
no support for bulk at the moment
Default specific behaviors of comboboxes/selectboxes
For some entry properties, we preset some default behaviors that you can overwrite in the details pane template.
e.g. entry.Distribution is by default in multiselection, you can enforce single selection as follows
{{combo-box model=editModel field="Distribution" multiSelection=false}}
Some combobox/selectbox behaviors are used only for some entry properties.
See the descriptions and possible values of specific behaviors below.
Combobox/Selectbox behaviors | Possible values | Description |
---|---|---|
allowEmpty | true or false | adds an empty option in the drop down for setting the value to an empty string |
ariaLabel | any string | ARIA message when focusing on the control |
distinct | true or false | only for Author and Editor to use distinct values from the database instead of the list of possible definition values |
multiSelection | true or false | if true, allows to multiselect values. |
source | stringified list of strings | A subset of options |
See the list of specific behaviors that you can overwrite per entry property :
Entry property | Default combobox behaviors |
---|---|
Class |
|
Ressort |
|
SubRessort |
|
Entry definition properties | Default combobox behaviors |
---|---|
other definition properties see available definition fields in Adding combo-box component and binding to dynamic data sources |
|
Author |
|
Broadcast |
|
Distribution |
|
Editor |
|
Motive |
|
Entry custom fields | Default combobox/selectbox behaviors |
---|---|
all custom fields |
|
DAVID/DISTRIBUTIONENDPOINTS it uses a select-box |
|