HTML
From Gui
(Difference between revisions)
(Identify general type of input type=button and <button>) |
|||
Line 1: | Line 1: | ||
== Widgets == | == Widgets == | ||
* <form> [[Widget/Container]] | * <form> [[Widget/Container]] | ||
- | ** <label> | + | ** <label> [[Widget/Label]] |
** <fieldset> | ** <fieldset> | ||
*** legend | *** legend |
Revision as of 02:07, 12 June 2009
Widgets
- <form> Widget/Container
- <label> Widget/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