⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 z35-tabbox-206.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<?page id="testZul" title=" New ZUL Title" cacheable="false" 
	language="xul/html" zscriptLanguage="Java" contentType="text/html;charset=UTF-8"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit"?>
<zk xmlns="http://www.zkoss.org/2005/zul" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.zkoss.org/2005/zul/zul.xsd">
  Tabbox accordion-lite Test, click tab 2 and then tab 1, tabbox with vertical orient should not expand in width.
  <window title="Test Tabbox accordion-lite" border="normal" width="100%">
    <tabbox width="400px" mold="accordion-lite">
      <tabs>
        <tab label="Tab 1"/>
        <tab label="Tab 2"/>
      </tabs>
      <tabpanels>
        <tabpanel>
          <tabbox orient="vertical">
            <tabs width="20px">
              <tab label="A"/>
              <tab label="B"/>
              <tab label="C"/>
              <tab label="D"/>
              <tab label="E"/>
            </tabs>
            <tabpanels>
              <tabpanel>This is panel A</tabpanel>
              <tabpanel>This is panel B</tabpanel>
              <tabpanel>This is panel C</tabpanel>
              <tabpanel>This is panel D</tabpanel>
              <tabpanel>This is panel E</tabpanel>
            </tabpanels>
          </tabbox>
        </tabpanel>
        <tabpanel>
This is panel 2
The second panel
		</tabpanel>
      </tabpanels>
    </tabbox>
  </window>
</zk>

⌨️ 快捷键说明

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