b30-1721859.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 21 行
ZUL
21 行
<?xml version="1.0" encoding="UTF-8"?>
<window xmlns:html="http://www.w3.org/1999/xhtml">
Won't show in IE due to table structure
<style>
.blue { background-color: blue; }
.green { background-color: green; }
</style>
Each 25%
<hbox width="100%" >
<vbox sclass="blue" width="50%"> Left </vbox>
<vbox sclass="green" width="50%"> Right </vbox>
</hbox>
Each 50%
<hbox width="100%" >
<vbox sclass="blue" width="100%"> Left </vbox>
<vbox sclass="green" width="100%"> Right </vbox>
</hbox>
</window>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?