FCLT#56221 Conditonele kenmerken - Als het veld readonly is dan werkt het niet goed.

svn path=/Website/branches/v2018.2/; revision=40675
This commit is contained in:
Alex Tiehuis
2019-01-25 12:18:50 +00:00
parent 9dcb4b9922
commit dbb4bbc430

View File

@@ -1631,7 +1631,7 @@ function listKenmerk(sql, module, key, props)
+ (required ? required_class : "")
+ (isExpression? " expression " + expressionClass : "")
+ "'"
+ " onChange='checkKenmerk(this, false,\"" + ktype + "\"," + klen + "," + kdec + "," + kmin + "," + kmax + ")"
+ " onChange='fvalid=checkKenmerk(this, false,\"" + ktype + "\"," + klen + "," + kdec + "," + kmin + "," + kmax + ")"
+ onchangeExp
+ "' "
+ " onBlur='checkKenmerk(this, true,\"" + ktype + "\"," + klen + "," + kdec + "," + kmin + "," + kmax + ")' "