z35-2088711.zul

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

ZUL
39
字号
<zk><html><![CDATA[IE&IE7,<br/> open and close table1, and layout of table2 on the right side will be broken.<br/><br/> Safari,(won't fix)<br/>cannot expand the table3 on the right side. ]]></html><tablelayout id="tbl" columns="3">	<tablechildren id="tc1" colspan="2">		<panel title="table1" border="normal" maximizable="true"			collapsible="true">			<panelchildren>				<tablelayout columns="3">					<tablechildren>						<panel title="table2" border="normal"							maximizable="true" collapsible="true">							<panelchildren>								<label value="Panel" />							</panelchildren>						</panel>					</tablechildren>				</tablelayout>				Panel			</panelchildren>		</panel>	</tablechildren>	<tablechildren>		<panel title="table3" border="normal" maximizable="true"			collapsible="true">			<panelchildren>Panel</panelchildren>		</panel>	</tablechildren>	</tablelayout></zk>

⌨️ 快捷键说明

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