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

📄 download.html

📁 可以实现无限级的动态树型菜单,您可以进行学习,然后根据你自己的需求进行定制.
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<title>xTree Downloads (WebFX)</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<script type="text/javascript" src="local/webfxlayout.js"></script>
	</head>
	<body>
		<!-- WebFX Layout Include -->
		<script type="text/javascript">
			//<![CDATA[
			var articleMenu= new WebFXMenu;
			articleMenu.left  = 384;
			articleMenu.top   = 86;
			articleMenu.width = 140;
			articleMenu.add(new WebFXMenuItem("History & Introduction", "index.html"));
			articleMenu.add(new WebFXMenuItem("Usage", "usage.html"));
			articleMenu.add(new WebFXMenuItem("API", "api.html"));
			articleMenu.add(new WebFXMenuItem("Implementation", "implementation.html"));
			articleMenu.add(new WebFXMenuItem("Demo", "demo.html"));
			
			
			articleMenu.add(new WebFXMenuSeparator);
			articleMenu.add(new WebFXMenuItem("Download Latest (1.17)", "/download/xtree117.zip"));
			articleMenu.add(new WebFXMenuItem("Other Downlods", "download.html"));
			
			webfxMenuBar.add(new WebFXMenuButton("Article Menu", null, null, articleMenu));
			webfxLayout.writeTitle("xTree Downloads");
			webfxLayout.writeMenu();
			webfxLayout.writeDesignedByEdger();
			//]]>
		</script>
		<!-- End WebFX Layout Includes -->
		<div class="webfx-main-body">
			<h2>Downloads</h2>
			<p>
				There are 8 downloads available for this article.
			</p>

			<ul>
				<li><a href="/download/xtree117.zip"><strong>version 1.17 - latest</strong></a></li>
				<li><a href="/download/xtree116.zip">version 1.16</a></li>
				<li><a href="/download/xtree115.zip">version 1.15</a></li>
				<li><a href="/download/xtree114.zip">version 1.14</a></li>
				<li><a href="/download/xtree113.zip">version 1.13</a></li>
				<li><a href="/download/xtree112.zip">version 1.12</a></li>
				<li><a href="/download/xtree111.zip">version 1.11</a></li>
				<li><a href="webfxcheckboxtreeitem.js">Checkbox tree item implementation</a></li>
			</ul>
			
			<p>
				The latest version is highly recommended, and is clearly marked, however older version may also be available.
			</p>
			
			
			<ul>
				<li><a href="index.html">History & Introduction</a></li>
				<li><a href="usage.html">Usage</a></li>
				<li><a href="api.html">API</a></li>
				<li><a href="implementation.html">Implementation</a></li>
				<li><a href="demo.html">Demo</a></li>
				<li><a href="/download/xtree117.zip">Download Latest (1.17)</a></li>
				<li>Other Downloads</li>
			</ul>
			
			<p class="author">Author: <a href="http://webfx.eae.net/contact.html#emil">Emil A Eklund</a></p>
			<!-- end webfx-main-body -->
		</div>
	</body>
</html>

⌨️ 快捷键说明

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