Validation

From UG

(Difference between revisions)
Jump to: navigation, search
(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…')
Line 2: Line 2:
This relates to how / when we validate type/format.
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 we hit the wall
 
-
 
-
This is for [[Textbox]] only.
 
==== zk standard  ====
==== zk standard  ====

Revision as of 09:03, 31 January 2010


This relates to how / when we validate type/format.

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.

Personal tools