📄 afterdel.vm
字号:
##页面头
#parse("$action.getText('config.templatePath')/Header.vm")
##-------------------------------------------------------------
##**********************
##信息显示区
##**********************
##添加|修改|删除信息提示页Header
#bodytag( Component "template=AfterOperationFormComponentHeader.vm" )
#param("operationType" "delete")
#param("actionName" "showList.action")
#param("needHiddenParams" "true")
#param("afterOperationTitle" "$action.getText('rbac.group.operation.delSuccess')")
#end
##添加|修改|删除信息提示页Footer
#include("$action.getText('config.templatePath')/AfterOperationFormFooter.vm")
##-------------------------------------------------------------
##页面尾
#parse("$action.getText('config.templatePath')/Footer.vm")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -