b30-1927154.zul

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

ZUL
53
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-1927154.zul{{IS_NOTE	Purpose:			Description:			History:		Fri Mar 28 17:25:01     2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window>[IE6 only] Clicks the tabs to change the selected tab ten times.If failed, the position of the grid is wrong (overlapped with tabbox).	<tabbox width="400px" mold="accordion">	<tabs>	<tab label="Tab 1"/>	<tab label="Tab 2"/>		</tabs>	<tabpanels>	<tabpanel>	<grid>	<columns>	<column />	</columns>	<rows>	<row>	<label value="blah" />	</row>	<row>	<label value="blah2" />	</row>	<row>	<label value="blah3" />	</row>		</rows>	</grid>	</tabpanel>	</tabpanels>	</tabbox></window>

⌨️ 快捷键说明

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