📄 z30-jsnoresponse.zul
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -