Needs review
Project:
Field Group List
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
11 Nov 2013 at 11:46 UTC
Updated:
16 Nov 2013 at 15:15 UTC
Jump to comment: Most recent, Most recent file
Please consider to add DEFINITION (or description) lists as new option as well as ORDERED and UNORDERED lists.
HTML Example for a definition list:
<dl>
<dt>Field 1 label</dt>
<dd>Field 1 value</dd>
<dt>Field 2 label</dt>
<dd>Field 2 value</dd>
</dl>
Thank you very much for considering this
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | definition-lists-2133099-8176636.patch | 6.28 KB | mxt |
| #1 | definition-lists-2133099.patch | 3.67 KB | mxt |
Comments
Comment #1
mxtHere's a patch that add definition lists to the available options.
Comment #2
mxtHere's an improved patch with some additional settings:
Comment #3
klonosThanx Max! ;)