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:
@@ -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 + ")' "
|
||||
|
||||
Reference in New Issue
Block a user