📄 b30-2088496.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B30-2088496.zul{{IS_NOTE Purpose: Description: History: Tue Sep 2 17:36:28 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk xmlns:n="http://www.zkoss.org/2005/zk/native"><n:p>1.Change the Alignment about, view doesn't get updated in <n:strong>Opera</n:strong>, only packwill update the view.<separator/>When you choose each radio button, the textbox inside the hbox islocated properly.(That is true.)</n:p><n:p><n:strong>PACK: </n:strong>It means horizontal position.</n:p><n:p><n:strong>ALIGN: </n:strong>It means vertical position.</n:p><window border="normal" height="500px" width="500px"><hbox sclass="b" id="hb" pack="start" align="start"height="400px" width="100%"><textbox height="30px" width="30px" /><splitter /><textbox height="30px" width="30px" /></hbox>PACK:<radiogroup><attribute name="onCheck">hb.setPack(self.selectedItem.label);</attribute><radio checked="true" label="start" /><radio label="center" /><radio label="end" /></radiogroup>ALIGN:<radiogroup><attribute name="onCheck">hb.setAlign(self.selectedItem.label);</attribute><radio checked="true" label="start" /><radio label="center" /><radio label="end" /></radiogroup></window></zk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -