Validation
From UG
(Difference between revisions)
Alex (Talk | contribs)
(Created page with 'Category:UI This relates to how / when we validate type/format. ==== hit the wall ==== System will not let user enter more than X chars, it will simply silently stop as if…')
Newer edit →
(Created page with 'Category:UI This relates to how / when we validate type/format. ==== hit the wall ==== System will not let user enter more than X chars, it will simply silently stop as if…')
Newer edit →
Revision as of 18:40, 26 January 2010
This relates to how / when we validate type/format.
Contents |
hit the wall
System will not let user enter more than X chars, it will simply silently stop as if we hit the wall
This is for Textbox only.
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.