label.vm
来自「2005年出版之《Beginning Java Server Pages》亚马逊」· VM 代码 · 共 13 行
VM
13 行
#*
-- label.vm
--
-- 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.
*#
#parse("/template/xhtml/controlheader.vm")
<label> $!parameters.name </label>
#parse("/template/xhtml/controlfooter.vm")
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?