HTML
From Gui
(Difference between revisions)
(Classify textareas) |
|||
Line 6: | Line 6: | ||
** <input> | ** <input> | ||
*** hidden | *** hidden | ||
- | *** text | + | *** text [[Widget/Textarea]] |
*** password | *** password | ||
*** file | *** file | ||
Line 16: | Line 16: | ||
*** button [[Widget/Button]] | *** button [[Widget/Button]] | ||
** <button> [[Widget/Button]] | ** <button> [[Widget/Button]] | ||
- | ** <textarea> | + | ** <textarea> [[Widget/Textarea]] |
** <select> | ** <select> | ||
*** <optgroup> | *** <optgroup> |
Revision as of 01:16, 13 June 2009
Widgets
- <form> Widget/Container
- <label> Widget/Label
- <fieldset>
- legend
- <input>
- hidden
- text Widget/Textarea
- password
- file
- submit Widget/Button
- reset Widget/Button
- image Widget/Button
- checkbox
- radio
- 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