sample3.zul

来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 49 行

ZUL
49
字号
<?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><![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>	]]></html>		</tabpanel>		<tabpanel>		<html><![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>	]]></html>		</tabpanel>	</tabpanels></tabbox>

⌨️ 快捷键说明

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