-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
An example of how to use nested grids in a form would be very useful. E.g. (if correct at all):
<div class="ym-fbox">
<div class="ym-fbox-wrap ym-grid">
<div class="ym-g50 ym-gl">
<div class="ym-fbox-wrap ym-grid">
<div class="ym-g50 ym-gl">
<div class="ym-gbox-left ym-fbox-text">
<input id="inline1">
</div>
</div>
<div class="ym-g50 ym-gr">
<div class="ym-gbox-right ym-fbox-text">
<input id="inline2">
</div>
</div>
</div>
<div class="ym-g50 ym-gr">
<div class="ym-fbox-wrap ym-grid">
<div class="ym-g50 ym-gl">
<div class="ym-gbox-left ym-fbox-text">
<input id="inline3">
</div>
</div>
<div class="ym-g50 ym-gr">
<div class="ym-gbox-right ym-fbox-text">
<input id="inline4">
</div>
</div>
</div>
</div>
</div>
</div>