|
GWTiger - Mask Widget Demo
|
This small example demonstrates a couple of features of GWTiger Framework while demonstrating how little code is required to get these features in your application.
txtSSN.setRequired(true); in the source code below. That is all what is required to make the SSN field a required field.
An * appears next to the field to indicate that this is a required field. If you click the save button
without entering any value in the fields, an error message will appear.