Revision fe249cf4
Von Sven Schöling vor etwa 7 Jahren hinzugefügt
js/kivi.Validator.js | ||
---|---|---|
34 | 34 |
|
35 | 35 |
for (var test_idx in tests) { |
36 | 36 |
var test = tests[test_idx]; |
37 |
if (!ns.checks[test]) |
|
38 |
continue; |
|
37 | 39 |
|
38 | 40 |
if (ns.checks[test]) { |
39 | 41 |
if (!ns.checks[test]($e)) |
Auch abrufbar als: Unified diff
kivi.Validator: Leere Checks ignorieren
Ermöglicht so etwas in templates:
L.some_tag(....,
"data-validate"=INSTANCE_CONF.get_some_value) ? "required" : ""
)