📄 page.dsp
字号:
<%--page.dsp{{IS_NOTE Purpose: The page template for the zul language Description: zk_htmlHeadRequired It is set by desktop.dsp to ask this page to render </head><body> History: Wed Jun 8 17:15:18 2005, Created by tomyeh}}IS_NOTECopyright (C) 2005 Potix Corporation. All Rights Reserved.{{IS_RIGHT This program is distributed under GPL Version 2.0 in the hope that it will be useful, but WITHOUT ANY WARRANTY.}}IS_RIGHT--%><%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %><%@ taglib uri="http://www.zkoss.org/dsp/zk/core" prefix="z" %><c:set var="arg" value="${requestScope.arg}"/><c:set var="page" value="${arg.page}"/><c:if test="${!arg.asyncUpdate}">${z:outLangStyleSheets()}${z:outLangJavaScripts(arg.action)}</c:if><c:if test="${!empty zk_htmlHeadRequired}"><c:set var="zk_htmlHeadRequired" value="" scope="request"/>${z:outHeaders(page)}</head><body${c:attr('style', page.style)}></c:if><div id="${page.uuid}" z.dtid="${page.desktop.id}" class="zk" style="${empty page.style ? 'width:100%;height:100%': page.style}" z.zidsp="page"><c:forEach var="root" items="${page.roots}">${z:redraw(root, null)}</c:forEach></div><c:if test="${!empty arg.responses}"><script type="text/javascript">${z:outResponseJavaScripts(arg.responses)}</script></c:if>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -