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

📄 sample3.zul

📁 非常接近C/S操作方式的Java Ajax框架-ZK 用ZK框架使你的B/S应用程序更漂亮更易操作。 官网:www.zkoss.org
💻 ZUL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--sample3.zul{{IS_NOTE	Purpose:			Description:			History:		Tue Sep  6 19:33:33     2005, Created by tomyeh}}IS_NOTECopyright (C) 2005 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><tabbox width="400px">	<tabs>		<tab label="AJAX"/>		<tab label="ZK"/>	</tabs>	<tabpanels>		<tabpanel>		<html>	<attribute name="content"><![CDATA[AJAX adds more complexities and skill prerequisites to the alreadycostly development of Web applications.<ol>	<li>The need to replicate a subset of the application data model and business logic in the browser</li>	<li>Synchronization between the rich UI at the client and the MVC framework at the server</li>	<li>Incompatible and sophisticated JavaScript API to manipulate DOM in different browsers</li></ol>	]]></attribute>		</html>		</tabpanel>		<tabpanel>		<html>	<attribute name="content"><![CDATA[As the Web reaching our daily lives, the effectiveness of Web applicationsto communicate with users and the simplicity of developing Today's sophisticated applications becomes more important than ever.<ul><li>SIMPLE</li><li>RICH</li></ul>	]]></attribute>		</html>		</tabpanel>	</tabpanels></tabbox>

⌨️ 快捷键说明

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