HTML

From Gui

(Difference between revisions)
(Classify listbox)
(<input> is not a widget)
Line 4: Line 4:
** <fieldset>
** <fieldset>
*** legend
*** legend
-
** <input>
+
** <input> (not a widget itself, but has the following types)
*** hidden
*** hidden
*** text [[Widget/Textarea]]
*** text [[Widget/Textarea]]

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