processoverview.vm
来自「工作流的基本资料(文档资料」· VM 代码 · 共 21 行
VM
21 行
#set ($borderWidth = 3 )
#set ($tabWidth = $x1 - $borderWidth )
#set ($tabHeight = $y1 - $borderWidth )
#set ($boxWidth = ($x2 - $x1) )
#set ($boxHeight = ($y2 - $y1 + (2 * $borderWidth)) )
<table border=0 cellspacing=0 cellpadding=0 width=$imageWidth height=$imageHeight>
<tr>
<td width=$imageWidth height=$imageHeight style="background-image:url(../image/processImage.rails?processDefinitionId=$processDefinition.Id)" valign=top>
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=$tabWidth height=$tabHeight style="background-color:transparent;"></td>
</tr>
<tr>
<td style="background-color:transparent;"></td>
<td style="border-color:red; border-width:$borderWidthpx; border-style:groove; background-color:transparent;" width=$boxWidth height=$boxHeight> </td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?