flux:grid example

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>
 
Christian Weiske Christian Weiske
owner

History