diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 71265bccd..cee623201 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -404,6 +404,8 @@ $(function(){ defaultText:'please input keywords', 'delimiter':'***and***',//特殊字符串分隔与表达式的多关键词 maxCount:4, + 'minChars' : 4, //每个标签的小最字符 + 'maxChars' : 1024, //每个标签的最大字符,如果不设置或者为0,就是无限大 onAddTag:function(tag,size){ var reg = new RegExp(/\t|\r|\n/); if (tag.match(reg)) {