Revision history [back]

click to hide/show revision 1
initial version

answered 2010-11-11 10:13:41 +0800

twiegand gravatar image twiegand

Like this:  

<zk>
    <div style="float: left;">
        <groupbox width="600px">
        <caption label="Box1:" />
            <grid>
                <columns>
                    <column label="Name" hflex="1"/>
                    <column label="Value" hflex="1"/>
                </columns>
                <rows>
                    <row>Username:<textbox hflex="1"/></row>
                    <row>Password:<textbox hflex="1"/></row>
                </rows>
            </grid>
        </groupbox>
    </div>
    <div style="float: left;">
        <groupbox width="600px">
        <caption label="Box2:" />
            <grid >
                <columns>
                    <column label="Name" hflex="1"/>
                    <column label="Value" hflex="1"/>
                </columns>
                <rows>
                    <row>First name:<textbox hflex="1"/></row>
                    <row>Last name:<textbox hflex="1"/></row>
                </rows>
            </grid>
        </groupbox>
    </div>
</zk>

It is a work-around, but it works... :-)

Todd

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More