b35-2090137.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 46 行
ZUL
46 行
<?xml version="1.0" encoding="UTF-8"?><!--B35-2090137.zul{{IS_NOTE Purpose: Description: History: Wed Sep 3 12:38:18 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window width="350px" title="abc" border="normal" contentStyle="position:relative;">The width of grid should not exceed the width of window, if any, that is wrong.<separator/>In IE6, please specify the following CSS to the window.<separator/>For example, <![CDATA[ <window width="200px" title="abc"contentStyle="width:200px;overflow:hidden;">]]><grid width="450px"><columns><column label="Name" /><column label="Description" /></columns><rows><row><label value="Ivan" /><label value="MIS" /></row><row><label value="ohpizz" /><label value="Testing" /></row></rows></grid></window>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?