Skip to content

nested grids in forms #43

@ogai

Description

@ogai

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>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions