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

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
Personal tools