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

📄 index.zul

📁 非常接近C/S操作方式的Java Ajax框架-ZK 用ZK框架使你的B/S应用程序更漂亮更易操作。 官网:www.zkoss.org
💻 ZUL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--index.zul{{IS_NOTE	Purpose:			Description:			History:		Tue Oct  4 11:31:13     2005, Created by henrichen}}IS_NOTECopyright (C) 2005 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window xmlns:h="http://www.w3.org/1999/xhtml">	<zscript><![CDATA[		void doSelect(String s) {			Tree tree = Path.getComponent("//userGuide/root/treelist/toc");			Treeitem treeitem = tree.getSpaceOwner().getFellow(s);			tree.selectItem(treeitem);			java.util.Set items = new HashSet();			items.add(treeitem);			Events.postEvent(new SelectEvent("onSelect", tree, items));		}	]]></zscript>		<html>		<attribute name="content"><![CDATA[			<h3>Toolbar and Menus</h3>		]]></attribute>	</html>	<h:ul>		<h:li><toolbarbutton label="Toolbar and Toolbarbutton" onClick="doSelect(&quot;t1&quot;)"/></h:li>		<h:li><toolbarbutton label="Menu" onClick="doSelect(&quot;t2&quot;)"/></h:li>		<h:li><toolbarbutton label="More Menu Features" onClick="doSelect(&quot;t3&quot;)"/></h:li>	</h:ul></window>

⌨️ 快捷键说明

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