flux:grid example

revision 4db61c9dad796d16e738768b9955b87cac703c3e

raw

phork0.xml

1
2
3
4
5
6
7
8
9
10
11
12
    <f:section name="Configuration">
        <flux:form id="article">
 
            <flux:grid>
                <flux:grid.row>
                    <flux:grid.column colPos="0" colspan="3" name="main" />
                    <flux:grid.column colPos="1" colspan="1" name="sidebar" />
                </flux:grid.row>
            </flux:grid>
        </flux:form>
    </f:section>
 

History