HTML

From Gui

(Difference between revisions)
(<input> is not a widget)
(Note about ledgend)
Line 3: Line 3:
** <label> [[Widget/Label]]
** <label> [[Widget/Label]]
** <fieldset>
** <fieldset>
-
*** legend
+
*** legend (not really a widget, an obvious property of <fieldset>)
** <input> (not a widget itself, but has the following types)
** <input> (not a widget itself, but has the following types)
*** hidden
*** hidden

Revision as of 02:29, 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