📄 test.dsp
字号:
<%--test.dsp{{IS_NOTE Purpose: Description: History: Mon Sep 5 17:23:07 2005, Created by tomyeh}}IS_NOTECopyright (C) 2005 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--%><%@ page contentType="text/html;charset=UTF-8" %><%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %><%@ taglib uri="http://www.zkoss.org/dsp/web/html" prefix="h" %><html><head> <title>Test of DSP</title></head><body><c:set var="v" value="${123}"/> <h1>Potix Dynamic Script Page</h1> <p>Try: http://localhost/zkdemo/test/test.dsp?some=aaab</p> <ul> <li>$\{param.some}: ${param.some}</li> <li>$\{v}: ${v}</li> <li>visible: <c:if test="${!empty v}"> yes <c:remove var="v"/></c:if></li> <li>invisible: <c:if test="${!empty v}">wrong</c:if></li> </ul> <h:box caption="Information" shadow="true"> This is inside a box. </h:box></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -