Goal
Create a generic plugin that lets users enter key value pairs for a two-column data table.
Requirements
- If key is not a link, then must format key bold.
- If key is a link, then must not format key bold.
- CSS component should support truncation.
- CSS component may support multiple arrangement layouts*:
- CSS component may support multiple spacing layouts*:
- CSS component may support tables.†
* Layouts from Portal's <dl> component, but can be useful on CMS.
† Warning: Table support is difficult with horizontal layout and truncation.
Direction
Reference
Goal
Create a generic plugin that lets users enter key value pairs for a two-column data table.
Requirements
* Layouts from Portal's
<dl>component, but can be useful on CMS.† Warning: Table support is difficult with horizontal layout and truncation.
Direction
Adding forms dynamically to a Django formset[This is beyond requirements, right now. Just create static fields and do not display empty ones.]Reference
<dl>(Description/Definition List) Component Core-Portal#116