📄 z30-grid-0007.zul
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!--
ZK30-grid005-03.zul
{{IS_NOTE
Purpose:
normal test of grid.
Description:
History:
Create by Dennis
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
}}IS_RIGHT
-->
<window title="oddRow should has no color.">
<style>
tr.odd td.gc {
background: yellow;
}
</style>
<grid oddRowSclass="none">
<rows>
<row>
Another with full width and no striping
<textbox cols="30" rows="5"/>
</row>
<row>
Second row
<label value="cell 2"/>
</row>
<row>
Third row
<label value="cell 3"/>
</row>
</rows>
</grid>
</window>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -