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

📄 z35-fisheyebar-001.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<window height="600px">	<fisheyebar id="fish" style="position: absolute; top: 50px; left:100px;margin:20px;" attachEdge="top">		<fisheye image="/img/icon_browser.png" label="Web Browser"			onClick="alert(self.label)" />		<fisheye image="/img/icon_calendar.png" label="Calendar"			onClick="alert(self.label)" />		<fisheye image="/img/icon_email.png" label="Email"			onClick="alert(self.label)" />		<fisheye image="/img/icon_texteditor.png" label="Text Editor"			onClick="alert(self.label)" />		<fisheye image="/img/icon_update.png" label="Software Update"			onClick="alert(self.label)" />		<fisheye image="/img/icon_users.png" label="Users"			onClick="alert(self.label)" />	</fisheyebar>	Click "Change orient" button and move cursor over the fisheyebar before it changes. It should work well. If it is out of expected, it is bug.	<separator />	<button label="Change orient">		<attribute name="onClick">			if (fish.orient.equals("horizontal")) {				fish.orient = "vertical";			} else {				fish.orient = "horizontal";			}		</attribute>	</button></window>

⌨️ 快捷键说明

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