![]() |
|
![]() |
Form category: simply a form section/separator with a title. |
![]() |
A Form checkbox |
![]() |
Generic form field, use subclasses instead such as JOTFormTextField Note: clonable, watch if adding mutable fields later |
![]() |
An "hidden" type text field. |
![]() |
Password type field |
![]() |
RadioButton type field Note than "radioName" is the name of the radio button in html(used to group radios together): Ex input type="radio" name="radioName" |
![]() |
Html Select |
![]() |
Form submit button |
![]() |
Html Textarea within form |
![]() |
Html text field |