b30-1823218.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 17 行
ZUL
17 行
<?xml version="1.0" encoding="UTF-8"?>
<zk xmlns:h="http://www.w3.org/1999/xhtml">
<h:h3> [ 1823218 ] Tree with vflex, body grows over boarder.</h:h3>
<h:pre>
Tree with vflex, body grows over boarder.
Notice: This only happens when there is tree columns
</h:pre>
<window border="normal">
<tree id="tree" width="400px" height="30%" vflex="true">
<treecols id="cols">
<treecol label="Header"/>
</treecols>
</tree>
<button label="remove header" onClick="cols.setParent(null)" />
LALLALALALALALAL
</window>
</zk>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?