1、关键字字段特殊字符不转译;2、关键字字段内容可输入多个关键字,根据输入关键字个数,自动判断触发是否表达式是否选中。

This commit is contained in:
zhangwei
2018-06-01 16:55:49 +08:00
parent d718d4b722
commit ce6387219b
9 changed files with 477 additions and 51 deletions

View File

@@ -31,7 +31,7 @@ $(function(){
<label class="control-label col-md-3"><font color="red">*</font>
<spring:message code="keywords" /></label>
<div class="col-md-6">
<input class="form-control required" type="text"
<input class="form-control required tags" type="text" id="tags_${tabName}"
name="${cfgName}.cfgKeywords"
value="${strCfg.cfgKeywords}">
</div>