pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Enhancement: Add support for <dl> (definition list) elements in panel views #333

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Rather than using this markup:

<div class="row">
        <label>submitInput</label>
        <span>Submit</span>
 </div>

It would be nice to use this markup:

<dt>submitInput</dt>
<dd>Submit</dd>

Original issue reported on code.google.com by msgilli...@gmail.com on 12 Apr 2012 at 1:24

GoogleCodeExporter commented 8 years ago
I added a sandbox extension CSS file and a test/demo HTML file:
http://code.google.com/p/iui/source/detail?r=ca717e3db53c017971ff75506a6a927e4be
96ea5

Original comment by msgilli...@gmail.com on 12 Apr 2012 at 9:14