HTML

From Gui

(Difference between revisions)
(Note about non-widgets)
(Classify listbox)
Line 17: Line 17:
** <button> [[Widget/Button]]
** <button> [[Widget/Button]]
** <textarea> [[Widget/Textarea]]
** <textarea> [[Widget/Textarea]]
-
** <select>
+
** <select> [[Widget/Listbox]]
*** <optgroup> (not really a widget, just defines semantics in <select>)
*** <optgroup> (not really a widget, just defines semantics in <select>)
**** <option> (not really a widget, just defines semantics in <select>)
**** <option> (not really a widget, just defines semantics in <select>)

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