b30-1927196.zul

来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 61 行

ZUL
61
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-1927196.zul{{IS_NOTE	Purpose:			Description:			History:		Fri Mar 28 17:27:34     2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="Groupbox demo" border="normal">[IE6 only]: Click groupbox title to close grid's content,then open the groupbox by click title again.After clicking a couple times, the position of grid is wrong (overlappedwith groupbox).<vbox>Which kind of fruit do you want?<groupbox id="gb" mold="3d" width="300px"><caption image="/img/inet.png" label="fruits"/><radiogroup onCheck="fruit.value = self.selectedItem.label"><radio label="Apple"/><radio label="Orange"/><radio label="Grape"/></radiogroup><grid id="sGrid"><rows><row><label value="111111111" /><label value="222222222" /></row><row><label value="111111111" /><label value="222222222" /></row><row><label value="111111111" /><label value="222222222" /></row></rows></grid><div align="center"><button label="aaaa" onClick="" /><button label="bbbb" onClick="" /></div></groupbox><hbox>You have selected :<label id="fruit"/></hbox><checkbox label="Use 3d groupbox" checked="true"onCheck='gb.mold=self.checked? "3d": "default"'/></vbox></window>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?