HTML
From Gui
(Difference between revisions)
(type=password is a text input) |
(Classified the checkboxes) |
||
Line 12: | Line 12: | ||
*** reset [[Widget/Button]] | *** reset [[Widget/Button]] | ||
*** image [[Widget/Button]] | *** image [[Widget/Button]] | ||
- | *** checkbox | + | *** checkbox [[Widget/Checkbox]] |
- | *** radio | + | *** radio [[Widget/Checkbox]] |
*** button [[Widget/Button]] | *** button [[Widget/Button]] | ||
** <button> [[Widget/Button]] | ** <button> [[Widget/Button]] |
Revision as of 01:56, 13 June 2009
Widgets
- <form> Widget/Container
- <label> Widget/Label
- <fieldset>
- legend
- <input>
- hidden
- text Widget/Textarea
- password Widget/Textarea
- file
- submit Widget/Button
- reset Widget/Button
- image Widget/Button
- checkbox Widget/Checkbox
- radio Widget/Checkbox
- button Widget/Button
- <button> Widget/Button
- <textarea> Widget/Textarea
- <select>
- <optgroup>
- <option>
- <optgroup>
Properties
- tabindex
- disabled
- checked
- maxlength
- name
- readonly
- size (rows/cols for <textarea>)
- title
- class
- accesskey
- id
Events
- focus
- blur
- select
- change
- click
- dblclick
- mousedown
- mousemove
- mouseout
- mouseover
- mouseup
- keydown
- keypress
- keyup
- submit
- reset