HTML

From Gui

(Difference between revisions)
Line 9: Line 9:
*** password
*** password
*** file
*** file
-
*** submit
+
*** submit [[Widget/Button]]
-
*** reset
+
*** reset [[Widget/Button]]
-
*** image
+
*** image [[Widget/Button]]
*** checkbox
*** checkbox
*** radio
*** radio
-
*** button [[Widget/Button]]
+
*** button [[Widget/Button]]
-
** <button> [[Widget/Button]]
+
** <button> [[Widget/Button]]
** <textarea>
** <textarea>
** <select>
** <select>

Revision as of 00:34, 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