label.jsp
来自「2005年出版之《Beginning Java Server Pages》亚马逊」· JSP 代码 · 共 24 行
JSP
24 行
<%--
-- WebWork, Web Application Framework
--
-- Distributable under LGPL license.
-- See terms of license at opensource.org
--
--
-- label.jsp
--
-- Required Parameters:
-- * label - The description that will be used to identfy this text label
--
-- Optional Parameters:
-- * labelposition - determines were the label will be place in relation
-- to the control. Default is to the left of the control.
--%>
<%@ taglib uri="webwork" prefix="webwork" %>
<%@ include file="controlheader.jsp" %>
<label>
<webwork:property value="parameters['name']">
<webwork:if test="."><webwork:property value="."/></webwork:if>
</webwork:property>
</label>
<%@ include file="controlfooter.jsp" %>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?