b30-1953249.zul

来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 29 行

ZUL
29
字号
<borderlayout>
    <north size="10%">
        Click the "Two" tab and you shall see a border layout in the tabpanel
        Then click the "One" tab and the "Two" tab again,
        you shall see the border layout in the tabpanel again
    </north>
    <center>
        <tabbox>
            <tabs>
                <tab label="One" />
                <tab label="Two" />
            </tabs>
            <tabpanels>
                <tabpanel height="50px"> Panel One</tabpanel>
                <tabpanel height="50px">
                    <borderlayout>
                        <north >
                            North of Panel Two
                        </north>
                        <center>
                            Center of Panel Two
                        </center>
                    </borderlayout>
                </tabpanel>
            </tabpanels>
        </tabbox>
    </center>
</borderlayout>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?