Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Hidden Field |
...
is a standard HTML Input element. Unlike Text Field, Hidden Field does not show up on the page, hidden away from the user. It is typically used to pass/set temporary or session-based information. |
Figure 1: Screenshot highlighting a Hidden Field in sample Expenses Claim App
...