From 487dcd1028c0c18d892d154ae33c7f8a60b86e46 Mon Sep 17 00:00:00 2001 From: wangxin Date: Fri, 17 Aug 2018 15:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AB=E6=9C=89tagsInput=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8A=A0=E5=85=A5=E4=B8=8D=E5=8F=AF=E8=A7=81=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E7=9A=84=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp | 4 ++++ src/main/webapp/WEB-INF/views/cfg/mail/mailForm.jsp | 4 ++++ .../WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp | 4 ++++ .../WEB-INF/views/cfg/proxy/control/httpReqReplaceForm.jsp | 4 ++++ .../WEB-INF/views/cfg/proxy/control/httpResReplaceForm.jsp | 4 ++++ src/main/webapp/WEB-INF/views/cfg/website/dnsForm.jsp | 4 ++++ src/main/webapp/WEB-INF/views/cfg/website/sslForm.jsp | 4 ++++ 7 files changed, 28 insertions(+) diff --git a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp index 4cbebe584..c2526b226 100644 --- a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp @@ -70,6 +70,10 @@ } } }); + var flag1=validateInvisibleCharTag(); + if(flag){ + flag=flag1; + } if(flag){ //将disable属性的元素删除 $(".disabled").each(function(){ diff --git a/src/main/webapp/WEB-INF/views/cfg/mail/mailForm.jsp b/src/main/webapp/WEB-INF/views/cfg/mail/mailForm.jsp index 4384c627d..cf76889c5 100644 --- a/src/main/webapp/WEB-INF/views/cfg/mail/mailForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/mail/mailForm.jsp @@ -76,6 +76,10 @@ } } }); + var flag1=validateInvisibleCharTag(); + if(flag){ + flag=flag1; + } if(flag){ //将disable属性的元素删除 $(".disabled").each(function(){ diff --git a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp index 548357849..a753d8eb0 100644 --- a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp @@ -77,6 +77,10 @@ } } }); + var flag1=validateInvisibleCharTag(); + if(flag){ + flag=flag1; + } if(flag){ //将disable属性的元素删除 $(".disabled").each(function(){ diff --git a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpReqReplaceForm.jsp b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpReqReplaceForm.jsp index e00959d5f..868b0f21e 100644 --- a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpReqReplaceForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpReqReplaceForm.jsp @@ -32,6 +32,10 @@ $(function(){ return; } }) + var flag1=validateInvisibleCharTag(); + if(flag){ + flag=flag1; + } if(flag){ $("input[name$='exprType']").attr("disabled",false); loading('onloading...'); diff --git a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpResReplaceForm.jsp b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpResReplaceForm.jsp index 84b2407bd..7742d6587 100644 --- a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpResReplaceForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpResReplaceForm.jsp @@ -32,6 +32,10 @@ $(function(){ return; } }) + var flag1=validateInvisibleCharTag(); + if(flag){ + flag=flag1; + } if(flag){ $("input[name$='exprType']").attr("disabled",false); loading('onloading...'); diff --git a/src/main/webapp/WEB-INF/views/cfg/website/dnsForm.jsp b/src/main/webapp/WEB-INF/views/cfg/website/dnsForm.jsp index 65474188f..6026e6c16 100644 --- a/src/main/webapp/WEB-INF/views/cfg/website/dnsForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/website/dnsForm.jsp @@ -70,6 +70,10 @@ } } }); + var flag1=validateInvisibleCharTag(); + if(flag){ + flag=flag1; + } if(flag){ //将disable属性的元素删除 $(".disabled").each(function(){ diff --git a/src/main/webapp/WEB-INF/views/cfg/website/sslForm.jsp b/src/main/webapp/WEB-INF/views/cfg/website/sslForm.jsp index 2842d3d07..a1bc966cd 100644 --- a/src/main/webapp/WEB-INF/views/cfg/website/sslForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/website/sslForm.jsp @@ -70,6 +70,10 @@ } } }); + var flag1=validateInvisibleCharTag(); + if(flag){ + flag=flag1; + } if(flag){ //将disable属性的元素删除 $(".disabled").each(function(){