Form fields example 1

TextBox

1. The first character of the text is uppercase, the rest is lower case.
Enter Name:

2. All characters of the text is lowercase.
Enter Name:


DateTextBox

1. The date popup window displays when inputbox is clicked.
Enter Date:


CheckBox

1. Show checkbox (default: enabled).
Enable:

2. Show checkbox (default: disabled).
Enable:


CurrencyTextBox

1. Show currency textbox (currency: EUR and is required)
Enter salary

2. Show currency textbox (currency: USD and is not required)
Enter income


Return to Dojo examples page