Description for Basic Components
| Document | Description |
|---|---|
| Button | equivalent to the standard HTML tag <BUTTON>. |
| CheckButton3States | a CheckButton with 3 states. |
| CheckButton | equivalent to the <INPUT TYPE="checkbox"> HTML tag. |
| Combo | equivalent to the standard HTML tag <SELECT SIZE=1>. |
| DateChooser | a button that shows a calendar and help the user to choose a date. |
| DateEntry | a specialized textEntry Component. |
| ImageButton | a button Component that can show an image. |
| ImageCheckButton | a checkButton Component with an image instead of the checkBox. |
| ImageCombo | a combo Component with an image added to the text. |
| ImageRadioButton | a radioButton Component with an image instead of the rounded box. |
| ImageResetButton | a resetButton Component that can show an image. |
| ImageSubmitButton | a submitButton Component that can show an image. |
| List | based on the standard HTML tag <SELECT>. |
| PasswordEntry | based on the standard HTML tag <INPUT TYPE="password">. |
| RadioButton | based on the standard HTML tag <INPUT TYPE="radio">. |
| ResetButton | based on the standard HTML tag <INPUT TYPE="reset">. |
| SubmitButton | based on the standard HTML tag <INPUT TYPE="submit">. |
| TextArea | based on the standard HTML tag <TEXTAREA>. |
| TextEntry | based on the standard HTML tag <INPUT TYPE="text">. |