z30-jsnoresponse.zul

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

ZUL
37
字号
<?xml version="1.0" encoding="UTF-8"?>

<!--
Z30-jsNoResponse.zul

{{IS_NOTE
	Purpose:
		
	Description:
		
	History:
		Mon Feb  4 15:19:58     2008, Created by tomyeh
}}IS_NOTE

Copyright (C) 2008 Potix Corporation. All Rights Reserved.

{{IS_RIGHT
}}IS_RIGHT
-->
<zk>
<label value="It only show to 1927 on FireFox, not a bug." style="font-weight:bold"/>
<window title="Test the 'No Response' message">
It takes long to initialize.
However, the browser shall not show the "have stopped responding" message.
	<zscript>
	List items = new org.zkoss.zkdemo.userguide.BigList(5000);
	</zscript>
	<listbox>
		<listhead>
			<listheader label="Col"/>
		</listhead>
		<listitem forEach="${items}">
			<listcell label="Cell ${each}"/>
		</listitem>
	</listbox>
</window>
</zk>

⌨️ 快捷键说明

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