Validation
From UG
(Difference between revisions)
Line 3: | Line 3: | ||
This relates to how / when we validate type/format. | This relates to how / when we validate type/format. | ||
- | ==== zk standard | + | == Types == |
+ | |||
+ | === zk standard === | ||
typical "real-time" ZK validation - on focus Off bar will appear with "x" | typical "real-time" ZK validation - on focus Off bar will appear with "x" | ||
- | + | === on submit === | |
Validate only after user clicked "Submit button". Standard Error pop-up will appear. | Validate only after user clicked "Submit button". Standard Error pop-up will appear. | ||
- | + | === status line === | |
There is a status line somewhere on the panel that real time displays the problem. | There is a status line somewhere on the panel that real time displays the problem. |
Revision as of 18:29, 13 February 2010
This relates to how / when we validate type/format.
Contents |
Types
zk standard
typical "real-time" ZK validation - on focus Off bar will appear with "x"
on submit
Validate only after user clicked "Submit button". Standard Error pop-up will appear.
status line
There is a status line somewhere on the panel that real time displays the problem.