⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 b35-2075721.zul

📁 ZK是一个Ajax Java Web框架
💻 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 + -