📄 b35-2075721.zul
字号:
<zk>
Click Button 1, Button 2, Button 3 and then Button 1.
The label is changed but the space in bewteen shall remain.
<separator/>
<button label="Button 1">
<attribute name="onClick">
self.label = "" + new Date();
</attribute>
</button>
<button label="Button 2">
<attribute name="onClick">
self.label = "" + new Date();
</attribute>
</button>
<button label="Button 3">
<attribute name="onClick">
self.label = "" + new Date();
</attribute>
</button>
</zk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -