Methods
(static) applyListFocusChrome(list) → {void}
Apply the standard focus chrome to a list node (LabelList, MarkupList, or any other ArrayGrid subtype — they all share these four fields).
Deliberately does NOT touch fonts, colours, alignment or spacing: those belong to whatever renders the ROW, which is the list itself for a LabelList and the item component for a MarkupList.
Parameters:
| Name | Type | Description |
|---|---|---|
list | object | the list node to theme |
- Source
Returns:
- Type:
- void