HTML
From Gui
(Difference between revisions)
(Classify textareas) |
(type=password is a text input) |
||
Line 7: | Line 7: | ||
*** hidden | *** hidden | ||
*** text [[Widget/Textarea]] | *** text [[Widget/Textarea]] | ||
- | *** password | + | *** password [[Widget/Textarea]] |
*** file | *** file | ||
*** submit [[Widget/Button]] | *** submit [[Widget/Button]] |
Revision as of 01:41, 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
- 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