HTML
From Gui
(Difference between revisions)
(Identify general type of input type=button and <button>) |
|||
Line 14: | Line 14: | ||
*** checkbox | *** checkbox | ||
*** radio | *** radio | ||
- | *** button | + | *** button [[Widget/Button]] |
- | ** <button> | + | ** <button> [[Widget/Button]] |
** <textarea> | ** <textarea> | ||
** <select> | ** <select> |
Revision as of 22:47, 11 June 2009
Widgets
- <form> Widget/Container
- <label>
- <fieldset>
- legend
- <input>
- hidden
- text
- password
- file
- submit
- reset
- image
- checkbox
- radio
- button Widget/Button
- <button> Widget/Button
- <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