?? error.zul
字號:
<?xml version="1.0" encoding="UTF-8"?><!--error.zul{{IS_NOTE Purpose: Description: History: Sun Jul 23 13:53:36 2006, Created by tomyeh}}IS_NOTECopyright (C) 2006 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="Error ${requestScope['javax.servlet.error.status_code']}"width="400px" border="normal" mode="modal"> <vbox>KillerApp encounters an error: ${requestScope['javax.servlet.error.message']} <hbox style="margin-left:auto; margin-right:auto"> <button label="Continue" onClick="spaceOwner.detach()"/> <button label="Reload" onClick="Executions.sendRedirect(null)"/> </hbox> </vbox> <!-- optional: record the error for improving the app --> <zscript> org.zkoss.util.logging.Log.lookup("Fatal").error( requestScope.get("javax.servlet.error.exception")); </zscript></window>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -