?? 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 + -